Html Css Color HEX #FCB9DA Cotton Candy

📋 copy color: '#FCB9DA'

red 252 ◦ green 185 ◦ blue 218

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

Shades of Cotton Candy #FCB9DA

Tints of Cotton Candy #FCB9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.28%

R = 38.47%
G = 28.24%
B = 33.28%

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

#FCB9DA (or 0xFCB9DA) is known color: Cotton Candy. HEX triplet: FC, B9 and DA. RGB value is (252,185,218). Sum of RGB (Red+Green+Blue) = 252+185+218=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9DA is #034625. Grayscale: #D0D0D0. Windows color (decimal): -214566 or 14334460. OLE color: 14334460.

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

Color convert

RGB 252 185 218 -
CMYK 0 0.27 0.13 0.01
HSL 330.45º 0.92% 0.86% -
HSV(B) 330.45º 0.27% 0.99% -
XYZ 70.15 60.46 74.3 -
YUV 208.8 133.2 158.82 -
System Red Green Blue C M Y K H S L
Decimal 252 185 218 0 0.27 0.13 0.01 330.45 0.92 0.86
Hex FC B9 DA 0 1B D 1 14A 5C 56
Octal 374 271 332 0 33 15 1 512 134 126
Binary 11111100 10111001 11011010 0 11011 1101 1 101001010 1011100 1010110

Color Harmonies of #FCB9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9DA

Black with #FCB9DA

Text Example


Text Example

White with #FCB9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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