Html Css Color HEX #FCB9DB Cotton Candy

📋 copy color: '#FCB9DB'

red 252 ◦ green 185 ◦ blue 219

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

Shades of Cotton Candy #FCB9DB

Tints of Cotton Candy #FCB9DB

RGB

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

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

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

R = 38.41%
G = 28.2%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCB9DB (or 0xFCB9DB) is known color: Cotton Candy. HEX triplet: FC, B9 and DB. RGB value is (252,185,219). Sum of RGB (Red+Green+Blue) = 252+185+219=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 185 (72.66% from 255 or 28.20% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9DB is #034624. Grayscale: #D0D0D0. Windows color (decimal): -214565 or 14399996. OLE color: 14399996.

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

Color convert

RGB 252 185 219 -
CMYK 0 0.27 0.13 0.01
HSL 329.55º 0.92% 0.86% -
HSV(B) 329.55º 0.27% 0.99% -
XYZ 70.28 60.51 74.99 -
YUV 208.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 252 185 219 0 0.27 0.13 0.01 329.55 0.92 0.86
Hex FC B9 DB 0 1B D 1 14A 5C 56
Octal 374 271 333 0 33 15 1 512 134 126
Binary 11111100 10111001 11011011 0 11011 1101 1 101001010 1011100 1010110

Color Harmonies of #FCB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9DB

Black with #FCB9DB

Text Example


Text Example

White with #FCB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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