Html Css Color HEX #FCB5CE Cotton Candy

📋 copy color: '#FCB5CE'

red 252 ◦ green 181 ◦ blue 206

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

Shades of Cotton Candy #FCB5CE

Tints of Cotton Candy #FCB5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.33%

 BLUE value IS 206 (80.86% from 255) = 32.24%

R = 39.44%
G = 28.33%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCB5CE (or 0xFCB5CE) is known color: Cotton Candy. HEX triplet: FC, B5 and CE. RGB value is (252,181,206). Sum of RGB (Red+Green+Blue) = 252+181+206=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 181 (71.09% from 255 or 28.33% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5CE is #034A31. Grayscale: #CDCDCD. Windows color (decimal): -215602 or 13547004. OLE color: 13547004.

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

Color convert

RGB 252 181 206 -
CMYK 0 0.28 0.18 0.01
HSL 338.87º 0.92% 0.85% -
HSV(B) 338.87º 0.28% 0.99% -
XYZ 67.81 58.2 66.05 -
YUV 205.08 128.52 161.47 -
System Red Green Blue C M Y K H S L
Decimal 252 181 206 0 0.28 0.18 0.01 338.87 0.92 0.85
Hex FC B5 CE 0 1C 12 1 153 5C 55
Octal 374 265 316 0 34 22 1 523 134 125
Binary 11111100 10110101 11001110 0 11100 10010 1 101010011 1011100 1010101

Color Harmonies of #FCB5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB5CE

Black with #FCB5CE

Text Example


Text Example

White with #FCB5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB5CE; }

 p { color: rgb(252,181,206); }

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

background-color css

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

 a { background-color: rgb(252,181,206); }

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

border-color css

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

 span { border-color: rgb(252,181,206); }

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