#FABACF

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

Shades of Cotton Candy #FABACF

Tints of Cotton Candy #FABACF

Color information

#FABACF (or 0xFABACF) is unknown color: approx Cotton Candy. HEX triplet: FA, BA and CF. RGB value is (250,186,207). Sum of RGB (Red+Green+Blue) = 250+186+207=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FABACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABACF is #054530. Grayscale: #CFCFCF. Windows color (decimal): -345393 or 13613818. OLE color: 13613818.

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

Color convert

RGB250186207-
CMYK00.260.170.02
HSL340.31º86.49%85.49%-
HSV(B)340.31º25.6%98.04%-
XYZ68.2559.9567.01-
YUV207.53127.7158.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=38.88%
G=28.93%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018620700.260.170.02340.3186.4985.49
HexFABACF01A1121545655
Octal372272317032212524126125
Binary111110101011101011001111011010100011010101010010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABACF; }

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

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

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

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

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

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

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

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