#FABFD8

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

Shades of Cotton Candy #FABFD8

Tints of Cotton Candy #FABFD8

Color information

#FABFD8 (or 0xFABFD8) is unknown color: approx Cotton Candy. HEX triplet: FA, BF and D8. RGB value is (250,191,216). Sum of RGB (Red+Green+Blue) = 250+191+216=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFD8 is #054027. Grayscale: #D3D3D3. Windows color (decimal): -344104 or 14204922. OLE color: 14204922.

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

Color convert

RGB250191216-
CMYK00.240.140.02
HSL334.58º85.51%86.47%-
HSV(B)334.58º23.6%98.04%-
XYZ70.4562.5473.32-
YUV211.49130.55155.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 191 (75% from 255) = 29.07%
BLUE value IS 216 (84.77% from 255) = 32.88%
R=38.05%
G=29.07%
B=32.88%

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
Decimal25019121600.240.140.02334.5885.5186.47
HexFABFD8018E214f5656
Octal372277330030162517126126
Binary11111010101111111101100001100011101010100111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFD8; }

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

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

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

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

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

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

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

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