#FABADF

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

Shades of Cotton Candy #FABADF

Tints of Cotton Candy #FABADF

Color information

#FABADF (or 0xFABADF) is unknown color: approx Cotton Candy. HEX triplet: FA, BA and DF. RGB value is (250,186,223). Sum of RGB (Red+Green+Blue) = 250+186+223=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FABADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABADF is #054520. Grayscale: #D1D1D1. Windows color (decimal): -345377 or 14662394. OLE color: 14662394.

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

Color convert

RGB250186223-
CMYK00.260.110.02
HSL325.31º86.49%85.49%-
HSV(B)325.31º25.6%98.04%-
XYZ70.360.7777.84-
YUV209.35135.7156.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.94%
GREEN value IS 186 (73.05% from 255) = 28.22%
BLUE value IS 223 (87.5% from 255) = 33.84%
R=37.94%
G=28.22%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018622300.260.110.02325.3186.4985.49
HexFABADF01AB21455655
Octal372272337032132505126125
Binary11111010101110101101111101101010111010100010110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABADF; }

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

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

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

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

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

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

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

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