Html Css Color HEX #FCDEF9 Selago

📋 copy color: '#FCDEF9'

red 252 ◦ green 222 ◦ blue 249

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

Shades of Selago #FCDEF9

Tints of Selago #FCDEF9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 30.71%

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

R = 34.85%
G = 30.71%
B = 34.44%

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

#FCDEF9 (or 0xFCDEF9) is known color: Selago. HEX triplet: FC, DE and F9. RGB value is (252,222,249). Sum of RGB (Red+Green+Blue) = 252+222+249=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 222 (87.11% from 255 or 30.71% from 723); Blue value is 249 (97.66% from 255 or 34.44% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEF9 is #032106. Grayscale: #E9E9E9. Windows color (decimal): -205063 or 16375548. OLE color: 16375548.

HSL color Cylindrical-coordinate representation of color #FCDEF9: hue angle of 306º degrees, saturation: 0.83, 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 #FCDEF9 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 222 249 -
CMYK 0 0.12 0.01 0.01
HSL 306º 0.83% 0.93% -
HSV(B) 306º 0.12% 0.99% -
XYZ 83.37 79.78 100.63 -
YUV 234.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 252 222 249 0 0.12 0.01 0.01 306 0.83 0.93
Hex FC DE F9 0 C 1 1 132 53 5D
Octal 374 336 371 0 14 1 1 462 123 135
Binary 11111100 11011110 11111001 0 1100 1 1 100110010 1010011 1011101

Color Harmonies of #FCDEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDEF9

Black with #FCDEF9

Text Example


Text Example

White with #FCDEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDEF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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