#FABCCF

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

Shades of Cotton Candy #FABCCF

Tints of Cotton Candy #FABCCF

Color information

#FABCCF (or 0xFABCCF) is unknown color: approx Cotton Candy. HEX triplet: FA, BC and CF. RGB value is (250,188,207). Sum of RGB (Red+Green+Blue) = 250+188+207=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCCF is #054330. Grayscale: #D0D0D0. Windows color (decimal): -344881 or 13614330. OLE color: 13614330.

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

Color convert

RGB250188207-
CMYK00.250.170.02
HSL341.61º86.11%85.88%-
HSV(B)341.61º24.8%98.04%-
XYZ68.6760.867.15-
YUV208.7127.04157.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 188 (73.83% from 255) = 29.15%
BLUE value IS 207 (81.25% from 255) = 32.09%
R=38.76%
G=29.15%
B=32.09%

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
Decimal25018820700.250.170.02341.6186.1185.88
HexFABCCF0191121565656
Octal372274317031212526126126
Binary111110101011110011001111011001100011010101011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCCF; }

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

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

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

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

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

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

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

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