#FABBE1

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

Shades of Cotton Candy #FABBE1

Tints of Cotton Candy #FABBE1

Color information

#FABBE1 (or 0xFABBE1) is unknown color: approx Cotton Candy. HEX triplet: FA, BB and E1. RGB value is (250,187,225). Sum of RGB (Red+Green+Blue) = 250+187+225=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBE1 is #05441E. Grayscale: #D2D2D2. Windows color (decimal): -345119 or 14793722. OLE color: 14793722.

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

Color convert

RGB250187225-
CMYK00.250.100.02
HSL323.81º86.3%85.69%-
HSV(B)323.81º25.2%98.04%-
XYZ70.7961.379.34-
YUV210.17136.37156.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 187 (73.44% from 255) = 28.25%
BLUE value IS 225 (88.28% from 255) = 33.99%
R=37.76%
G=28.25%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018722500.250.100.02323.8186.385.69
HexFABBE1019A21445656
Octal372273341031122504126126
Binary11111010101110111110000101100110101010100010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBE1; }

 p { color: rgb(250,187,225); }

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

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

 a { background-color: rgb(250,187,225); }

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

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

 span { border-color: rgb(250,187,225); }

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