Html Css Color HEX #FCB9CC Pink

📋 copy color: '#FCB9CC'

red 252 ◦ green 185 ◦ blue 204

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

Shades of Pink #FCB9CC

Tints of Pink #FCB9CC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.86%

 BLUE value IS 204 (80.08% from 255) = 31.83%

R = 39.31%
G = 28.86%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCB9CC (or 0xFCB9CC) is known color: Pink. HEX triplet: FC, B9 and CC. RGB value is (252,185,204). Sum of RGB (Red+Green+Blue) = 252+185+204=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9CC is #034633. Grayscale: #CFCFCF. Windows color (decimal): -214580 or 13416956. OLE color: 13416956.

HSL color Cylindrical-coordinate representation of color #FCB9CC: hue angle of 342.99º 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 #FCB9CC is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 185 204 -
CMYK 0 0.27 0.19 0.01
HSL 342.99º 0.92% 0.86% -
HSV(B) 342.99º 0.27% 0.99% -
XYZ 68.39 59.75 65.06 -
YUV 207.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 252 185 204 0 0.27 0.19 0.01 342.99 0.92 0.86
Hex FC B9 CC 0 1B 13 1 157 5C 56
Octal 374 271 314 0 33 23 1 527 134 126
Binary 11111100 10111001 11001100 0 11011 10011 1 101010111 1011100 1010110

Color Harmonies of #FCB9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9CC

Black with #FCB9CC

Text Example


Text Example

White with #FCB9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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