#FAB7D1

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

Shades of Cotton Candy #FAB7D1

Tints of Cotton Candy #FAB7D1

Color information

#FAB7D1 (or 0xFAB7D1) is unknown color: approx Cotton Candy. HEX triplet: FA, B7 and D1. RGB value is (250,183,209). Sum of RGB (Red+Green+Blue) = 250+183+209=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 183 (71.88% from 255 or 28.50% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7D1 is #05482E. Grayscale: #CDCDCD. Windows color (decimal): -346159 or 13744122. OLE color: 13744122.

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

Color convert

RGB250183209-
CMYK00.270.160.02
HSL336.72º87.01%84.9%-
HSV(B)336.72º26.8%98.04%-
XYZ67.8758.7968.09-
YUV206129.7159.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.94%
GREEN value IS 183 (71.88% from 255) = 28.50%
BLUE value IS 209 (82.03% from 255) = 32.55%
R=38.94%
G=28.50%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018320900.270.160.02336.7287.0184.9
HexFAB7D101B1021515755
Octal372267321033202521127125
Binary111110101011011111010001011011100001010101000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7D1; }

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

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

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

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

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

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

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

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