#FAB7DD

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

Shades of Cotton Candy #FAB7DD

Tints of Cotton Candy #FAB7DD

Color information

#FAB7DD (or 0xFAB7DD) is unknown color: approx Cotton Candy. HEX triplet: FA, B7 and DD. RGB value is (250,183,221). Sum of RGB (Red+Green+Blue) = 250+183+221=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 183 (71.88% from 255 or 27.98% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7DD is #054822. Grayscale: #CFCFCF. Windows color (decimal): -346147 or 14530554. OLE color: 14530554.

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

Color convert

RGB250183221-
CMYK00.270.120.02
HSL325.97º87.01%84.9%-
HSV(B)325.97º26.8%98.04%-
XYZ69.4159.4176.22-
YUV207.36135.7158.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 183 (71.88% from 255) = 27.98%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=38.23%
G=27.98%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018322100.270.120.02325.9787.0184.9
HexFAB7DD01BC21465755
Octal372267335033142506127125
Binary11111010101101111101110101101111001010100011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7DD; }

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

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

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

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

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

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

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

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