#FBBEDA

Color #FBBEDA Cotton Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Candy #FBBEDA

Tints of Cotton Candy #FBBEDA

Color information

#FBBEDA (or 0xFBBEDA) is unknown color: approx Cotton Candy. HEX triplet: FB, BE and DA. RGB value is (251,190,218). Sum of RGB (Red+Green+Blue) = 251+190+218=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 190 (74.61% from 255 or 28.83% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBEDA is #044125. Grayscale: #D3D3D3. Windows color (decimal): -278822 or 14335739. OLE color: 14335739.

HSL color Cylindrical-coordinate representation of color #FBBEDA: hue angle of 332.46º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBEDA is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB251190218-
CMYK00.240.130.02
HSL332.46º88.41%86.47%-
HSV(B)332.46º24.3%98.43%-
XYZ70.8562.474.64-
YUV211.43131.71156.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.09%
GREEN value IS 190 (74.61% from 255) = 28.83%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=38.09%
G=28.83%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119021800.240.130.02332.4688.4186.47
HexFBBEDA018D214c5856
Octal373276332030152514130126
Binary11111011101111101101101001100011011010100110010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBEDA; }

 p { color: rgb(251,190,218); }

 H1.HeaderClassName
 {
   color: #FBBEDA;
 }
 .AnyTagClassName
 {
   color: #FBBEDA;
 }
</style>
background-color css

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

 a { background-color: rgb(251,190,218); }

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

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

 span { border-color: rgb(251,190,218); }

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