#FABBCF

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

Shades of Cotton Candy #FABBCF

Tints of Cotton Candy #FABBCF

Color information

#FABBCF (or 0xFABBCF) is unknown color: approx Cotton Candy. HEX triplet: FA, BB and CF. RGB value is (250,187,207). Sum of RGB (Red+Green+Blue) = 250+187+207=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBCF is #054430. Grayscale: #D0D0D0. Windows color (decimal): -345137 or 13614074. OLE color: 13614074.

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

Color convert

RGB250187207-
CMYK00.250.170.02
HSL340.95º86.3%85.69%-
HSV(B)340.95º25.2%98.04%-
XYZ68.4660.3767.08-
YUV208.12127.37157.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 187 (73.44% from 255) = 29.04%
BLUE value IS 207 (81.25% from 255) = 32.14%
R=38.82%
G=29.04%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018720700.250.170.02340.9586.385.69
HexFABBCF0191121555656
Octal372273317031212525126126
Binary111110101011101111001111011001100011010101010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBCF; }

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

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

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

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

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

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

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

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