#FAB8D5

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

Shades of Cotton Candy #FAB8D5

Tints of Cotton Candy #FAB8D5

Color information

#FAB8D5 (or 0xFAB8D5) is unknown color: approx Cotton Candy. HEX triplet: FA, B8 and D5. RGB value is (250,184,213). Sum of RGB (Red+Green+Blue) = 250+184+213=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 184 (72.27% from 255 or 28.44% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8D5 is #05472A. Grayscale: #CECECE. Windows color (decimal): -345899 or 14006522. OLE color: 14006522.

HSL color Cylindrical-coordinate representation of color #FAB8D5: hue angle of 333.64º degrees, saturation: 0.87, 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 #FAB8D5 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB250184213-
CMYK00.260.150.02
HSL333.64º86.84%85.1%-
HSV(B)333.64º26.4%98.04%-
XYZ68.5859.4170.8-
YUV207.04131.37158.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 184 (72.27% from 255) = 28.44%
BLUE value IS 213 (83.59% from 255) = 32.92%
R=38.64%
G=28.44%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018421300.260.150.02333.6486.8485.1
HexFAB8D501AF214e5755
Octal372270325032172516127125
Binary11111010101110001101010101101011111010100111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB8D5; }

 p { color: rgb(250,184,213); }

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

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

 a { background-color: rgb(250,184,213); }

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

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

 span { border-color: rgb(250,184,213); }

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