Html Css Color HEX #FCBBE4 Cotton Candy

📋 copy color: '#FCBBE4'

red 252 ◦ green 187 ◦ blue 228

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

Shades of Cotton Candy #FCBBE4

Tints of Cotton Candy #FCBBE4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.04%

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

R = 37.78%
G = 28.04%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCBBE4 (or 0xFCBBE4) is known color: Cotton Candy. HEX triplet: FC, BB and E4. RGB value is (252,187,228). Sum of RGB (Red+Green+Blue) = 252+187+228=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 187 (73.44% from 255 or 28.04% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBE4 is #03441B. Grayscale: #D3D3D3. Windows color (decimal): -214044 or 14990332. OLE color: 14990332.

HSL color Cylindrical-coordinate representation of color #FCBBE4: hue angle of 322.15º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBBE4 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 187 228 -
CMYK 0 0.26 0.10 0.01
HSL 322.15º 0.92% 0.86% -
HSV(B) 322.15º 0.26% 0.99% -
XYZ 71.92 61.84 81.54 -
YUV 211.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 252 187 228 0 0.26 0.10 0.01 322.15 0.92 0.86
Hex FC BB E4 0 1A A 1 142 5C 56
Octal 374 273 344 0 32 12 1 502 134 126
Binary 11111100 10111011 11100100 0 11010 1010 1 101000010 1011100 1010110

Color Harmonies of #FCBBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBE4

Black with #FCBBE4

Text Example


Text Example

White with #FCBBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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