Html Css Color HEX #FCC0B9 Your Pink

📋 copy color: '#FCC0B9'

red 252 ◦ green 192 ◦ blue 185

#FCC0B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Your Pink #FCC0B9

Tints of Your Pink #FCC0B9

RGB

 RED value IS 252 (98.83% from 255) = 40.06%

 GREEN value IS 192 (75.39% from 255) = 30.52%

 BLUE value IS 185 (72.66% from 255) = 29.41%

R = 40.06%
G = 30.52%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCC0B9 (or 0xFCC0B9) is known color: Your Pink. HEX triplet: FC, C0 and B9. RGB value is (252,192,185). Sum of RGB (Red+Green+Blue) = 252+192+185=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 185 (72.66% from 255 or 29.41% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0B9 is #033F46. Grayscale: #D1D1D1. Windows color (decimal): -212807 or 12173564. OLE color: 12173564.

HSL color Cylindrical-coordinate representation of color #FCC0B9: hue angle of 6.27º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCC0B9 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 192 185 -
CMYK 0 0.24 0.27 0.01
HSL 6.27º 0.92% 0.86% -
HSV(B) 6.27º 0.27% 0.99% -
XYZ 67.75 61.9 54.28 -
YUV 209.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 252 192 185 0 0.24 0.27 0.01 6.27 0.92 0.86
Hex FC C0 B9 0 18 1B 1 6 5C 56
Octal 374 300 271 0 30 33 1 6 134 126
Binary 11111100 11000000 10111001 0 11000 11011 1 110 1011100 1010110

Color Harmonies of #FCC0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0B9

Black with #FCC0B9

Text Example


Text Example

White with #FCC0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0B9; }

 p { color: rgb(252,192,185); }

 H1.HeaderClassName
 {
   color: #FCC0B9;
 }
 .AnyTagClassName
 {
   color: #FCC0B9;
 }
</style>

background-color css

<style>
 a { background-color: #FCC0B9; }

 a { background-color: rgb(252,192,185); }

 div.DivClassName
 {
   background-color: #FCC0B9;
 }
 .BgClassName
 {
   background-color: #FCC0B9;
 }
</style>

border-color css

<style>
 span { border-color: #FCC0B9; }

 span { border-color: rgb(252,192,185); }

 td.TdClassName
 {
   border-color: #FCC0B9;
 }
 .TagClassName
 {
   border-color: #FCC0B9;
 }
</style>