Html Css Color HEX #FCDEF8 Selago

📋 copy color: '#FCDEF8'

red 252 ◦ green 222 ◦ blue 248

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

Shades of Selago #FCDEF8

Tints of Selago #FCDEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 34.35%

R = 34.9%
G = 30.75%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCDEF8 (or 0xFCDEF8) is known color: Selago. HEX triplet: FC, DE and F8. RGB value is (252,222,248). Sum of RGB (Red+Green+Blue) = 252+222+248=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 222 (87.11% from 255 or 30.75% from 722); Blue value is 248 (97.27% from 255 or 34.35% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEF8 is #032107. Grayscale: #E9E9E9. Windows color (decimal): -205064 or 16310012. OLE color: 16310012.

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

Color convert

RGB 252 222 248 -
CMYK 0 0.12 0.02 0.01
HSL 308º 0.83% 0.93% -
HSV(B) 308º 0.12% 0.99% -
XYZ 83.21 79.72 99.81 -
YUV 233.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 252 222 248 0 0.12 0.02 0.01 308 0.83 0.93
Hex FC DE F8 0 C 2 1 134 53 5D
Octal 374 336 370 0 14 2 1 464 123 135
Binary 11111100 11011110 11111000 0 1100 10 1 100110100 1010011 1011101

Color Harmonies of #FCDEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDEF8

Black with #FCDEF8

Text Example


Text Example

White with #FCDEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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