Html Css Color HEX #FCB9E3 Cotton Candy

📋 copy color: '#FCB9E3'

red 252 ◦ green 185 ◦ blue 227

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

Shades of Cotton Candy #FCB9E3

Tints of Cotton Candy #FCB9E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.19%

R = 37.95%
G = 27.86%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCB9E3 (or 0xFCB9E3) is known color: Cotton Candy. HEX triplet: FC, B9 and E3. RGB value is (252,185,227). Sum of RGB (Red+Green+Blue) = 252+185+227=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 185 (72.66% from 255 or 27.86% from 664); Blue value is 227 (89.06% from 255 or 34.19% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9E3 is #03461C. Grayscale: #D1D1D1. Windows color (decimal): -214557 or 14924284. OLE color: 14924284.

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

Color convert

RGB 252 185 227 -
CMYK 0 0.27 0.10 0.01
HSL 322.39º 0.92% 0.86% -
HSV(B) 322.39º 0.27% 0.99% -
XYZ 71.36 60.94 80.67 -
YUV 209.82 137.7 158.08 -
System Red Green Blue C M Y K H S L
Decimal 252 185 227 0 0.27 0.10 0.01 322.39 0.92 0.86
Hex FC B9 E3 0 1B A 1 142 5C 56
Octal 374 271 343 0 33 12 1 502 134 126
Binary 11111100 10111001 11100011 0 11011 1010 1 101000010 1011100 1010110

Color Harmonies of #FCB9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9E3

Black with #FCB9E3

Text Example


Text Example

White with #FCB9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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