Html Css Color HEX #FCB9D0 Cotton Candy

📋 copy color: '#FCB9D0'

red 252 ◦ green 185 ◦ blue 208

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

Shades of Cotton Candy #FCB9D0

Tints of Cotton Candy #FCB9D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.25%

R = 39.07%
G = 28.68%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCB9D0 (or 0xFCB9D0) is known color: Cotton Candy. HEX triplet: FC, B9 and D0. RGB value is (252,185,208). Sum of RGB (Red+Green+Blue) = 252+185+208=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9D0 is #03462F. Grayscale: #CFCFCF. Windows color (decimal): -214576 or 13679100. OLE color: 13679100.

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

Color convert

RGB 252 185 208 -
CMYK 0 0.27 0.17 0.01
HSL 339.4º 0.92% 0.86% -
HSV(B) 339.4º 0.27% 0.99% -
XYZ 68.88 59.95 67.62 -
YUV 207.66 128.2 159.63 -
System Red Green Blue C M Y K H S L
Decimal 252 185 208 0 0.27 0.17 0.01 339.4 0.92 0.86
Hex FC B9 D0 0 1B 11 1 153 5C 56
Octal 374 271 320 0 33 21 1 523 134 126
Binary 11111100 10111001 11010000 0 11011 10001 1 101010011 1011100 1010110

Color Harmonies of #FCB9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9D0

Black with #FCB9D0

Text Example


Text Example

White with #FCB9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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