Html Css Color HEX #FCB5D2 Cotton Candy

📋 copy color: '#FCB5D2'

red 252 ◦ green 181 ◦ blue 210

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

Shades of Cotton Candy #FCB5D2

Tints of Cotton Candy #FCB5D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.66%

R = 39.19%
G = 28.15%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCB5D2 (or 0xFCB5D2) is known color: Cotton Candy. HEX triplet: FC, B5 and D2. RGB value is (252,181,210). Sum of RGB (Red+Green+Blue) = 252+181+210=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5D2 is #034A2D. Grayscale: #CDCDCD. Windows color (decimal): -215598 or 13809148. OLE color: 13809148.

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

Color convert

RGB 252 181 210 -
CMYK 0 0.28 0.17 0.01
HSL 335.49º 0.92% 0.85% -
HSV(B) 335.49º 0.28% 0.99% -
XYZ 68.3 58.4 68.64 -
YUV 205.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 252 181 210 0 0.28 0.17 0.01 335.49 0.92 0.85
Hex FC B5 D2 0 1C 11 1 14F 5C 55
Octal 374 265 322 0 34 21 1 517 134 125
Binary 11111100 10110101 11010010 0 11100 10001 1 101001111 1011100 1010101

Color Harmonies of #FCB5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB5D2

Black with #FCB5D2

Text Example


Text Example

White with #FCB5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB5D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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