Html Css Color HEX #FCB8DA Cotton Candy

📋 copy color: '#FCB8DA'

red 252 ◦ green 184 ◦ blue 218

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

Shades of Cotton Candy #FCB8DA

Tints of Cotton Candy #FCB8DA

RGB

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

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

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

R = 38.53%
G = 28.13%
B = 33.33%

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

#FCB8DA (or 0xFCB8DA) is known color: Cotton Candy. HEX triplet: FC, B8 and DA. RGB value is (252,184,218). Sum of RGB (Red+Green+Blue) = 252+184+218=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 184 (72.27% from 255 or 28.13% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8DA is #034725. Grayscale: #D0D0D0. Windows color (decimal): -214822 or 14334204. OLE color: 14334204.

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

Color convert

RGB 252 184 218 -
CMYK 0 0.27 0.13 0.01
HSL 330º 0.92% 0.85% -
HSV(B) 330º 0.27% 0.99% -
XYZ 69.94 60.04 74.23 -
YUV 208.21 133.53 159.24 -
System Red Green Blue C M Y K H S L
Decimal 252 184 218 0 0.27 0.13 0.01 330 0.92 0.85
Hex FC B8 DA 0 1B D 1 14A 5C 55
Octal 374 270 332 0 33 15 1 512 134 125
Binary 11111100 10111000 11011010 0 11011 1101 1 101001010 1011100 1010101

Color Harmonies of #FCB8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8DA

Black with #FCB8DA

Text Example


Text Example

White with #FCB8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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