Html Css Color HEX #F5F1EA Romance

📋 copy color: '#F5F1EA'

red 245 ◦ green 241 ◦ blue 234

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

Shades of Romance #F5F1EA

Tints of Romance #F5F1EA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.47%

 BLUE value IS 234 (91.8% from 255) = 32.5%

R = 34.03%
G = 33.47%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5F1EA (or 0xF5F1EA) is known color: Romance. HEX triplet: F5, F1 and EA. RGB value is (245,241,234). Sum of RGB (Red+Green+Blue) = 245+241+234=720 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.03% from 720); Green value is 241 (94.53% from 255 or 33.47% from 720); Blue value is 234 (91.80% from 255 or 32.5% from 720); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F1EA is #0A0E15. Grayscale: #F1F1F1. Windows color (decimal): -658966 or 15397365. OLE color: 15397365.

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

Color convert

RGB 245 241 234 -
CMYK 0 0.02 0.04 0.04
HSL 38.18º 0.35% 0.94% -
HSV(B) 38.18º 0.04% 0.96% -
XYZ 83.96 88.26 90.45 -
YUV 241.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 245 241 234 0 0.02 0.04 0.04 38.18 0.35 0.94
Hex F5 F1 EA 0 2 4 4 26 23 5E
Octal 365 361 352 0 2 4 4 46 43 136
Binary 11110101 11110001 11101010 0 10 100 100 100110 100011 1011110

Color Harmonies of #F5F1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F1EA

Black with #F5F1EA

Text Example


Text Example

White with #F5F1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F1EA; }

 p { color: rgb(245,241,234); }

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

background-color css

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

 a { background-color: rgb(245,241,234); }

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

border-color css

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

 span { border-color: rgb(245,241,234); }

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