#FABDD3

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

Shades of Cotton Candy #FABDD3

Tints of Cotton Candy #FABDD3

Color information

#FABDD3 (or 0xFABDD3) is unknown color: approx Cotton Candy. HEX triplet: FA, BD and D3. RGB value is (250,189,211). Sum of RGB (Red+Green+Blue) = 250+189+211=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDD3 is #05422C. Grayscale: #D1D1D1. Windows color (decimal): -344621 or 13876730. OLE color: 13876730.

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

Color convert

RGB250189211-
CMYK00.240.160.02
HSL338.36º85.92%86.08%-
HSV(B)338.36º24.4%98.04%-
XYZ69.3861.4269.83-
YUV209.75128.71156.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 189 (74.22% from 255) = 29.08%
BLUE value IS 211 (82.81% from 255) = 32.46%
R=38.46%
G=29.08%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018921100.240.160.02338.3685.9286.08
HexFABDD30181021525656
Octal372275323030202522126126
Binary111110101011110111010011011000100001010101001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDD3; }

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

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

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

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

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

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

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

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