#FABDD0

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

Shades of Cotton Candy #FABDD0

Tints of Cotton Candy #FABDD0

Color information

#FABDD0 (or 0xFABDD0) is unknown color: approx Cotton Candy. HEX triplet: FA, BD and D0. RGB value is (250,189,208). Sum of RGB (Red+Green+Blue) = 250+189+208=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDD0 is #05422F. Grayscale: #D1D1D1. Windows color (decimal): -344624 or 13680122. OLE color: 13680122.

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

Color convert

RGB250189208-
CMYK00.240.170.02
HSL341.31º85.92%86.08%-
HSV(B)341.31º24.4%98.04%-
XYZ69.0161.2767.86-
YUV209.4127.21156.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 189 (74.22% from 255) = 29.21%
BLUE value IS 208 (81.64% from 255) = 32.15%
R=38.64%
G=29.21%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018920800.240.170.02341.3185.9286.08
HexFABDD00181121555656
Octal372275320030212525126126
Binary111110101011110111010000011000100011010101010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDD0; }

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

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

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

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

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

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

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

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