#FCDAF9

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

Shades of Selago #FCDAF9

Tints of Selago #FCDAF9

Color information

#FCDAF9 (or 0xFCDAF9) is unknown color: approx Selago. HEX triplet: FC, DA and F9. RGB value is (252,218,249). Sum of RGB (Red+Green+Blue) = 252+218+249=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 218 (85.55% from 255 or 30.32% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAF9 is #032506. Grayscale: #E7E7E7. Windows color (decimal): -206087 or 16374524. OLE color: 16374524.

HSL color Cylindrical-coordinate representation of color #FCDAF9: hue angle of 305.29º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDAF9 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB252218249-
CMYK00.130.010.01
HSL305.29º85%92.16%-
HSV(B)305.29º13.49%98.82%-
XYZ82.3277.68100.28-
YUV231.7137.76142.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.05%
GREEN value IS 218 (85.55% from 255) = 30.32%
BLUE value IS 249 (97.66% from 255) = 34.63%
R=35.05%
G=30.32%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221824900.130.010.01305.298592.16
HexFCDAF90D11131555c
Octal37433237101511461125134
Binary111111001101101011111001011011110011000110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAF9; }

 p { color: rgb(252,218,249); }

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

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

 a { background-color: rgb(252,218,249); }

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

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

 span { border-color: rgb(252,218,249); }

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