#FAB7DA

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

Shades of Cotton Candy #FAB7DA

Tints of Cotton Candy #FAB7DA

Color information

#FAB7DA (or 0xFAB7DA) is unknown color: approx Cotton Candy. HEX triplet: FA, B7 and DA. RGB value is (250,183,218). Sum of RGB (Red+Green+Blue) = 250+183+218=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 183 (71.88% from 255 or 28.11% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7DA is #054825. Grayscale: #CECECE. Windows color (decimal): -346150 or 14333946. OLE color: 14333946.

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

Color convert

RGB250183218-
CMYK00.270.130.02
HSL328.66º87.01%84.9%-
HSV(B)328.66º26.8%98.04%-
XYZ69.0159.2574.13-
YUV207.02134.2158.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.40%
GREEN value IS 183 (71.88% from 255) = 28.11%
BLUE value IS 218 (85.55% from 255) = 33.49%
R=38.40%
G=28.11%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018321800.270.130.02328.6687.0184.9
HexFAB7DA01BD21495755
Octal372267332033152511127125
Binary11111010101101111101101001101111011010100100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7DA; }

 p { color: rgb(250,183,218); }

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

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

 a { background-color: rgb(250,183,218); }

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

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

 span { border-color: rgb(250,183,218); }

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