Html Css Color HEX #FCB8DB Cotton Candy

📋 copy color: '#FCB8DB'

red 252 ◦ green 184 ◦ blue 219

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

Shades of Cotton Candy #FCB8DB

Tints of Cotton Candy #FCB8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.09%

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

R = 38.47%
G = 28.09%
B = 33.44%

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

#FCB8DB (or 0xFCB8DB) is known color: Cotton Candy. HEX triplet: FC, B8 and DB. RGB value is (252,184,219). Sum of RGB (Red+Green+Blue) = 252+184+219=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 184 (72.27% from 255 or 28.09% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8DB is #034724. Grayscale: #D0D0D0. Windows color (decimal): -214821 or 14399740. OLE color: 14399740.

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

Color convert

RGB 252 184 219 -
CMYK 0 0.27 0.13 0.01
HSL 329.12º 0.92% 0.85% -
HSV(B) 329.12º 0.27% 0.99% -
XYZ 70.07 60.09 74.92 -
YUV 208.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 252 184 219 0 0.27 0.13 0.01 329.12 0.92 0.85
Hex FC B8 DB 0 1B D 1 149 5C 55
Octal 374 270 333 0 33 15 1 511 134 125
Binary 11111100 10111000 11011011 0 11011 1101 1 101001001 1011100 1010101

Color Harmonies of #FCB8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8DB

Black with #FCB8DB

Text Example


Text Example

White with #FCB8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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