#FBBEDD

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

Shades of Cotton Candy #FBBEDD

Tints of Cotton Candy #FBBEDD

Color information

#FBBEDD (or 0xFBBEDD) is unknown color: approx Cotton Candy. HEX triplet: FB, BE and DD. RGB value is (251,190,221). Sum of RGB (Red+Green+Blue) = 251+190+221=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 190 (74.61% from 255 or 28.70% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBEDD is #044122. Grayscale: #D3D3D3. Windows color (decimal): -278819 or 14532347. OLE color: 14532347.

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

Color convert

RGB251190221-
CMYK00.240.120.02
HSL329.51º88.41%86.47%-
HSV(B)329.51º24.3%98.43%-
XYZ71.2562.5676.73-
YUV211.77133.21155.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 190 (74.61% from 255) = 28.70%
BLUE value IS 221 (86.72% from 255) = 33.38%
R=37.92%
G=28.70%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119022100.240.120.02329.5188.4186.47
HexFBBEDD018C214a5856
Octal373276335030142512130126
Binary11111011101111101101110101100011001010100101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBEDD; }

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

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

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

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

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

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

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

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