Html Css Color HEX #FCBBDE Cotton Candy

📋 copy color: '#FCBBDE'

red 252 ◦ green 187 ◦ blue 222

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

Shades of Cotton Candy #FCBBDE

Tints of Cotton Candy #FCBBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.59%

R = 38.12%
G = 28.29%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCBBDE (or 0xFCBBDE) is known color: Cotton Candy. HEX triplet: FC, BB and DE. RGB value is (252,187,222). Sum of RGB (Red+Green+Blue) = 252+187+222=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBDE is #034421. Grayscale: #D2D2D2. Windows color (decimal): -214050 or 14597116. OLE color: 14597116.

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

Color convert

RGB 252 187 222 -
CMYK 0 0.26 0.12 0.01
HSL 327.69º 0.92% 0.86% -
HSV(B) 327.69º 0.26% 0.99% -
XYZ 71.1 61.51 77.23 -
YUV 210.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 252 187 222 0 0.26 0.12 0.01 327.69 0.92 0.86
Hex FC BB DE 0 1A C 1 148 5C 56
Octal 374 273 336 0 32 14 1 510 134 126
Binary 11111100 10111011 11011110 0 11010 1100 1 101001000 1011100 1010110

Color Harmonies of #FCBBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBDE

Black with #FCBBDE

Text Example


Text Example

White with #FCBBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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