#FABBDF

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

Shades of Cotton Candy #FABBDF

Tints of Cotton Candy #FABBDF

Color information

#FABBDF (or 0xFABBDF) is unknown color: approx Cotton Candy. HEX triplet: FA, BB and DF. RGB value is (250,187,223). Sum of RGB (Red+Green+Blue) = 250+187+223=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBDF is #054420. Grayscale: #D1D1D1. Windows color (decimal): -345121 or 14662650. OLE color: 14662650.

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

Color convert

RGB250187223-
CMYK00.250.110.02
HSL325.71º86.3%85.69%-
HSV(B)325.71º25.2%98.04%-
XYZ70.5161.1977.91-
YUV209.94135.37156.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 187 (73.44% from 255) = 28.33%
BLUE value IS 223 (87.5% from 255) = 33.79%
R=37.88%
G=28.33%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018722300.250.110.02325.7186.385.69
HexFABBDF019B21465656
Octal372273337031132506126126
Binary11111010101110111101111101100110111010100011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBDF; }

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

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

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

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

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

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

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

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