Html Css Color HEX #FCB8DC Cotton Candy

📋 copy color: '#FCB8DC'

red 252 ◦ green 184 ◦ blue 220

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

Shades of Cotton Candy #FCB8DC

Tints of Cotton Candy #FCB8DC

RGB

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

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

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

R = 38.41%
G = 28.05%
B = 33.54%

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

#FCB8DC (or 0xFCB8DC) is known color: Cotton Candy. HEX triplet: FC, B8 and DC. RGB value is (252,184,220). Sum of RGB (Red+Green+Blue) = 252+184+220=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 184 (72.27% from 255 or 28.05% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8DC is #034723. Grayscale: #D0D0D0. Windows color (decimal): -214820 or 14465276. OLE color: 14465276.

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

Color convert

RGB 252 184 220 -
CMYK 0 0.27 0.13 0.01
HSL 328.24º 0.92% 0.85% -
HSV(B) 328.24º 0.27% 0.99% -
XYZ 70.2 60.14 75.62 -
YUV 208.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 252 184 220 0 0.27 0.13 0.01 328.24 0.92 0.85
Hex FC B8 DC 0 1B D 1 148 5C 55
Octal 374 270 334 0 33 15 1 510 134 125
Binary 11111100 10111000 11011100 0 11011 1101 1 101001000 1011100 1010101

Color Harmonies of #FCB8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8DC

Black with #FCB8DC

Text Example


Text Example

White with #FCB8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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