Html Css Color HEX #FCB5DB Cotton Candy

📋 copy color: '#FCB5DB'

red 252 ◦ green 181 ◦ blue 219

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

Shades of Cotton Candy #FCB5DB

Tints of Cotton Candy #FCB5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.59%

R = 38.65%
G = 27.76%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCB5DB (or 0xFCB5DB) is known color: Cotton Candy. HEX triplet: FC, B5 and DB. RGB value is (252,181,219). Sum of RGB (Red+Green+Blue) = 252+181+219=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 181 (71.09% from 255 or 27.76% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5DB is #034A24. Grayscale: #CECECE. Windows color (decimal): -215589 or 14398972. OLE color: 14398972.

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

Color convert

RGB 252 181 219 -
CMYK 0 0.28 0.13 0.01
HSL 327.89º 0.92% 0.85% -
HSV(B) 327.89º 0.28% 0.99% -
XYZ 69.45 58.86 74.72 -
YUV 206.56 135.02 160.41 -
System Red Green Blue C M Y K H S L
Decimal 252 181 219 0 0.28 0.13 0.01 327.89 0.92 0.85
Hex FC B5 DB 0 1C D 1 148 5C 55
Octal 374 265 333 0 34 15 1 510 134 125
Binary 11111100 10110101 11011011 0 11100 1101 1 101001000 1011100 1010101

Color Harmonies of #FCB5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB5DB

Black with #FCB5DB

Text Example


Text Example

White with #FCB5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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