#FABFD2

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

Shades of Cotton Candy #FABFD2

Tints of Cotton Candy #FABFD2

Color information

#FABFD2 (or 0xFABFD2) is unknown color: approx Cotton Candy. HEX triplet: FA, BF and D2. RGB value is (250,191,210). Sum of RGB (Red+Green+Blue) = 250+191+210=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFD2 is #05402D. Grayscale: #D2D2D2. Windows color (decimal): -344110 or 13811706. OLE color: 13811706.

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

Color convert

RGB250191210-
CMYK00.240.160.02
HSL340.68º85.51%86.47%-
HSV(B)340.68º23.6%98.04%-
XYZ69.6962.2469.31-
YUV210.81127.55155.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.40%
GREEN value IS 191 (75% from 255) = 29.34%
BLUE value IS 210 (82.42% from 255) = 32.26%
R=38.40%
G=29.34%
B=32.26%

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
Decimal25019121000.240.160.02340.6885.5186.47
HexFABFD20181021555656
Octal372277322030202525126126
Binary111110101011111111010010011000100001010101010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFD2; }

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

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

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

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

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

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

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

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