Html Css Color HEX #FCDDF9 Selago

📋 copy color: '#FCDDF9'

red 252 ◦ green 221 ◦ blue 249

#FCDDF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selago #FCDDF9

Tints of Selago #FCDDF9

RGB

 RED value IS 252 (98.83% from 255) = 34.9%

 GREEN value IS 221 (86.72% from 255) = 30.61%

 BLUE value IS 249 (97.66% from 255) = 34.49%

R = 34.9%
G = 30.61%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCDDF9 (or 0xFCDDF9) is known color: Selago. HEX triplet: FC, DD and F9. RGB value is (252,221,249). Sum of RGB (Red+Green+Blue) = 252+221+249=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 221 (86.72% from 255 or 30.61% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDF9 is #032206. Grayscale: #E9E9E9. Windows color (decimal): -205319 or 16375292. OLE color: 16375292.

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

Color convert

RGB 252 221 249 -
CMYK 0 0.12 0.01 0.01
HSL 305.81º 0.84% 0.93% -
HSV(B) 305.81º 0.12% 0.99% -
XYZ 83.1 79.25 100.54 -
YUV 233.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 252 221 249 0 0.12 0.01 0.01 305.81 0.84 0.93
Hex FC DD F9 0 C 1 1 132 54 5D
Octal 374 335 371 0 14 1 1 462 124 135
Binary 11111100 11011101 11111001 0 1100 1 1 100110010 1010100 1011101

Color Harmonies of #FCDDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDF9

Black with #FCDDF9

Text Example


Text Example

White with #FCDDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDF9; }

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

 H1.HeaderClassName
 {
   color: #FCDDF9;
 }
 .AnyTagClassName
 {
   color: #FCDDF9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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