Html Css Color HEX #FCB9E2 Cotton Candy

📋 copy color: '#FCB9E2'

red 252 ◦ green 185 ◦ blue 226

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

Shades of Cotton Candy #FCB9E2

Tints of Cotton Candy #FCB9E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.09%

R = 38.01%
G = 27.9%
B = 34.09%

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

#FCB9E2 (or 0xFCB9E2) is known color: Cotton Candy. HEX triplet: FC, B9 and E2. RGB value is (252,185,226). Sum of RGB (Red+Green+Blue) = 252+185+226=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 185 (72.66% from 255 or 27.90% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9E2 is #03461D. Grayscale: #D1D1D1. Windows color (decimal): -214558 or 14858748. OLE color: 14858748.

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

Color convert

RGB 252 185 226 -
CMYK 0 0.27 0.10 0.01
HSL 323.28º 0.92% 0.86% -
HSV(B) 323.28º 0.27% 0.99% -
XYZ 71.22 60.88 79.95 -
YUV 209.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 252 185 226 0 0.27 0.10 0.01 323.28 0.92 0.86
Hex FC B9 E2 0 1B A 1 143 5C 56
Octal 374 271 342 0 33 12 1 503 134 126
Binary 11111100 10111001 11100010 0 11011 1010 1 101000011 1011100 1010110

Color Harmonies of #FCB9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9E2

Black with #FCB9E2

Text Example


Text Example

White with #FCB9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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