Html Css Color HEX #FCB5DC Cotton Candy

📋 copy color: '#FCB5DC'

red 252 ◦ green 181 ◦ blue 220

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

Shades of Cotton Candy #FCB5DC

Tints of Cotton Candy #FCB5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.69%

R = 38.59%
G = 27.72%
B = 33.69%

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

#FCB5DC (or 0xFCB5DC) is known color: Cotton Candy. HEX triplet: FC, B5 and DC. RGB value is (252,181,220). Sum of RGB (Red+Green+Blue) = 252+181+220=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5DC is #034A23. Grayscale: #CECECE. Windows color (decimal): -215588 or 14464508. OLE color: 14464508.

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

Color convert

RGB 252 181 220 -
CMYK 0 0.28 0.13 0.01
HSL 327.04º 0.92% 0.85% -
HSV(B) 327.04º 0.28% 0.99% -
XYZ 69.59 58.91 75.41 -
YUV 206.68 135.52 160.33 -
System Red Green Blue C M Y K H S L
Decimal 252 181 220 0 0.28 0.13 0.01 327.04 0.92 0.85
Hex FC B5 DC 0 1C D 1 147 5C 55
Octal 374 265 334 0 34 15 1 507 134 125
Binary 11111100 10110101 11011100 0 11100 1101 1 101000111 1011100 1010101

Color Harmonies of #FCB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB5DC

Black with #FCB5DC

Text Example


Text Example

White with #FCB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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