#FABFD5

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

Shades of Cotton Candy #FABFD5

Tints of Cotton Candy #FABFD5

Color information

#FABFD5 (or 0xFABFD5) is unknown color: approx Cotton Candy. HEX triplet: FA, BF and D5. RGB value is (250,191,213). Sum of RGB (Red+Green+Blue) = 250+191+213=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFD5 is #05402A. Grayscale: #D3D3D3. Windows color (decimal): -344107 or 14008314. OLE color: 14008314.

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

Color convert

RGB250191213-
CMYK00.240.150.02
HSL337.63º85.51%86.47%-
HSV(B)337.63º23.6%98.04%-
XYZ70.0762.3971.3-
YUV211.15129.05155.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 191 (75% from 255) = 29.20%
BLUE value IS 213 (83.59% from 255) = 32.57%
R=38.23%
G=29.20%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019121300.240.150.02337.6385.5186.47
HexFABFD5018F21525656
Octal372277325030172522126126
Binary11111010101111111101010101100011111010101001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFD5; }

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

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

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

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

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

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

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

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