#FABDD8

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

Shades of Cotton Candy #FABDD8

Tints of Cotton Candy #FABDD8

Color information

#FABDD8 (or 0xFABDD8) is unknown color: approx Cotton Candy. HEX triplet: FA, BD and D8. RGB value is (250,189,216). Sum of RGB (Red+Green+Blue) = 250+189+216=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDD8 is #054227. Grayscale: #D2D2D2. Windows color (decimal): -344616 or 14204410. OLE color: 14204410.

HSL color Cylindrical-coordinate representation of color #FABDD8: hue angle of 333.44º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABDD8 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB250189216-
CMYK00.240.140.02
HSL333.44º85.92%86.08%-
HSV(B)333.44º24.4%98.04%-
XYZ70.0261.6873.18-
YUV210.32131.21156.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 189 (74.22% from 255) = 28.85%
BLUE value IS 216 (84.77% from 255) = 32.98%
R=38.17%
G=28.85%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018921600.240.140.02333.4485.9286.08
HexFABDD8018E214d5656
Octal372275330030162515126126
Binary11111010101111011101100001100011101010100110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDD8; }

 p { color: rgb(250,189,216); }

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

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

 a { background-color: rgb(250,189,216); }

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

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

 span { border-color: rgb(250,189,216); }

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