Html Css Color HEX #FCDEF7 Selago

📋 copy color: '#FCDEF7'

red 252 ◦ green 222 ◦ blue 247

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

Shades of Selago #FCDEF7

Tints of Selago #FCDEF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 34.26%

R = 34.95%
G = 30.79%
B = 34.26%

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

#FCDEF7 (or 0xFCDEF7) is known color: Selago. HEX triplet: FC, DE and F7. RGB value is (252,222,247). Sum of RGB (Red+Green+Blue) = 252+222+247=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 222 (87.11% from 255 or 30.79% from 721); Blue value is 247 (96.88% from 255 or 34.26% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEF7 is #032108. Grayscale: #E9E9E9. Windows color (decimal): -205065 or 16244476. OLE color: 16244476.

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

Color convert

RGB 252 222 247 -
CMYK 0 0.12 0.02 0.01
HSL 310º 0.83% 0.93% -
HSV(B) 310º 0.12% 0.99% -
XYZ 83.05 79.65 98.99 -
YUV 233.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 252 222 247 0 0.12 0.02 0.01 310 0.83 0.93
Hex FC DE F7 0 C 2 1 136 53 5D
Octal 374 336 367 0 14 2 1 466 123 135
Binary 11111100 11011110 11110111 0 1100 10 1 100110110 1010011 1011101

Color Harmonies of #FCDEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDEF7

Black with #FCDEF7

Text Example


Text Example

White with #FCDEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDEF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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