Html Css Color HEX #FCB8E4 Cotton Candy

📋 copy color: '#FCB8E4'

red 252 ◦ green 184 ◦ blue 228

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

Shades of Cotton Candy #FCB8E4

Tints of Cotton Candy #FCB8E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.34%

R = 37.95%
G = 27.71%
B = 34.34%

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

#FCB8E4 (or 0xFCB8E4) is known color: Cotton Candy. HEX triplet: FC, B8 and E4. RGB value is (252,184,228). Sum of RGB (Red+Green+Blue) = 252+184+228=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 184 (72.27% from 255 or 27.71% from 664); Blue value is 228 (89.45% from 255 or 34.34% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8E4 is #03471B. Grayscale: #D1D1D1. Windows color (decimal): -214812 or 14989564. OLE color: 14989564.

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

Color convert

RGB 252 184 228 -
CMYK 0 0.27 0.10 0.01
HSL 321.18º 0.92% 0.85% -
HSV(B) 321.18º 0.27% 0.99% -
XYZ 71.29 60.58 81.33 -
YUV 209.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 252 184 228 0 0.27 0.10 0.01 321.18 0.92 0.85
Hex FC B8 E4 0 1B A 1 141 5C 55
Octal 374 270 344 0 33 12 1 501 134 125
Binary 11111100 10111000 11100100 0 11011 1010 1 101000001 1011100 1010101

Color Harmonies of #FCB8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8E4

Black with #FCB8E4

Text Example


Text Example

White with #FCB8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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