Html Css Color HEX #F7EDF5 Selago

📋 copy color: '#F7EDF5'

red 247 ◦ green 237 ◦ blue 245

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

Shades of Selago #F7EDF5

Tints of Selago #F7EDF5

RGB

 RED value IS 247 (96.88% from 255) = 33.88%

 GREEN value IS 237 (92.97% from 255) = 32.51%

 BLUE value IS 245 (96.09% from 255) = 33.61%

R = 33.88%
G = 32.51%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F7EDF5 (or 0xF7EDF5) is known color: Selago. HEX triplet: F7, ED and F5. RGB value is (247,237,245). Sum of RGB (Red+Green+Blue) = 247+237+245=729 (96% of max value = 765). Red value is 247 (96.88% from 255 or 33.88% from 729); Green value is 237 (92.97% from 255 or 32.51% from 729); Blue value is 245 (96.09% from 255 or 33.61% from 729); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EDF5 is #08120A. Grayscale: #F0F0F0. Windows color (decimal): -528907 or 16117239. OLE color: 16117239.

HSL color Cylindrical-coordinate representation of color #F7EDF5: hue angle of 312º degrees, saturation: 0.38, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F7EDF5 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 237 245 -
CMYK 0 0.04 0.01 0.03
HSL 312º 0.38% 0.95% -
HSV(B) 312º 0.04% 0.97% -
XYZ 85.12 86.94 98.68 -
YUV 240.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 247 237 245 0 0.04 0.01 0.03 312 0.38 0.95
Hex F7 ED F5 0 4 1 3 138 26 5F
Octal 367 355 365 0 4 1 3 470 46 137
Binary 11110111 11101101 11110101 0 100 1 11 100111000 100110 1011111

Color Harmonies of #F7EDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7EDF5

Black with #F7EDF5

Text Example


Text Example

White with #F7EDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7EDF5; }

 p { color: rgb(247,237,245); }

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

background-color css

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

 a { background-color: rgb(247,237,245); }

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

border-color css

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

 span { border-color: rgb(247,237,245); }

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