#FAB7DE

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

Shades of Cotton Candy #FAB7DE

Tints of Cotton Candy #FAB7DE

Color information

#FAB7DE (or 0xFAB7DE) is unknown color: approx Cotton Candy. HEX triplet: FA, B7 and DE. RGB value is (250,183,222). Sum of RGB (Red+Green+Blue) = 250+183+222=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 183 (71.88% from 255 or 27.94% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7DE is #054821. Grayscale: #CFCFCF. Windows color (decimal): -346146 or 14596090. OLE color: 14596090.

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

Color convert

RGB250183222-
CMYK00.270.110.02
HSL325.07º87.01%84.9%-
HSV(B)325.07º26.8%98.04%-
XYZ69.5459.4676.92-
YUV207.48136.2158.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 183 (71.88% from 255) = 27.94%
BLUE value IS 222 (87.11% from 255) = 33.89%
R=38.17%
G=27.94%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018322200.270.110.02325.0787.0184.9
HexFAB7DE01BB21455755
Octal372267336033132505127125
Binary11111010101101111101111001101110111010100010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7DE; }

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

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

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

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

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

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

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

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