Html Css Color HEX #FCB8DD Cotton Candy

📋 copy color: '#FCB8DD'

red 252 ◦ green 184 ◦ blue 221

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

Shades of Cotton Candy #FCB8DD

Tints of Cotton Candy #FCB8DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.64%

R = 38.36%
G = 28.01%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCB8DD (or 0xFCB8DD) is known color: Cotton Candy. HEX triplet: FC, B8 and DD. RGB value is (252,184,221). Sum of RGB (Red+Green+Blue) = 252+184+221=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 184 (72.27% from 255 or 28.01% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8DD is #034722. Grayscale: #D0D0D0. Windows color (decimal): -214819 or 14530812. OLE color: 14530812.

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

Color convert

RGB 252 184 221 -
CMYK 0 0.27 0.12 0.01
HSL 327.35º 0.92% 0.85% -
HSV(B) 327.35º 0.27% 0.99% -
XYZ 70.34 60.2 76.32 -
YUV 208.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 252 184 221 0 0.27 0.12 0.01 327.35 0.92 0.85
Hex FC B8 DD 0 1B C 1 147 5C 55
Octal 374 270 335 0 33 14 1 507 134 125
Binary 11111100 10111000 11011101 0 11011 1100 1 101000111 1011100 1010101

Color Harmonies of #FCB8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8DD

Black with #FCB8DD

Text Example


Text Example

White with #FCB8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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