Html Css Color HEX #F5EFF4 Selago

📋 copy color: '#F5EFF4'

red 245 ◦ green 239 ◦ blue 244

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

Shades of Selago #F5EFF4

Tints of Selago #F5EFF4

RGB

 RED value IS 245 (96.09% from 255) = 33.65%

 GREEN value IS 239 (93.75% from 255) = 32.83%

 BLUE value IS 244 (95.7% from 255) = 33.52%

R = 33.65%
G = 32.83%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#F5EFF4 (or 0xF5EFF4) is known color: Selago. HEX triplet: F5, EF and F4. RGB value is (245,239,244). Sum of RGB (Red+Green+Blue) = 245+239+244=728 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.65% from 728); Green value is 239 (93.75% from 255 or 32.83% from 728); Blue value is 244 (95.70% from 255 or 33.52% from 728); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EFF4 is #0A100B. Grayscale: #F1F1F1. Windows color (decimal): -659468 or 16052213. OLE color: 16052213.

HSL color Cylindrical-coordinate representation of color #F5EFF4: hue angle of 310º degrees, saturation: 0.23, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F5EFF4 is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 239 244 -
CMYK 0 0.02 0.00 0.04
HSL 310º 0.23% 0.95% -
HSV(B) 310º 0.02% 0.96% -
XYZ 84.85 87.68 98.04 -
YUV 241.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 245 239 244 0 0.02 0.00 0.04 310 0.23 0.95
Hex F5 EF F4 0 2 0 4 136 17 5F
Octal 365 357 364 0 2 0 4 466 27 137
Binary 11110101 11101111 11110100 0 10 0 100 100110110 10111 1011111

Color Harmonies of #F5EFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EFF4

Black with #F5EFF4

Text Example


Text Example

White with #F5EFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EFF4; }

 p { color: rgb(245,239,244); }

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

background-color css

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

 a { background-color: rgb(245,239,244); }

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

border-color css

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

 span { border-color: rgb(245,239,244); }

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