Html Css Color HEX #F1EDE7 Romance

📋 copy color: '#F1EDE7'

red 241 ◦ green 237 ◦ blue 231

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

Shades of Romance #F1EDE7

Tints of Romance #F1EDE7

RGB

 RED value IS 241 (94.53% from 255) = 33.99%

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

 BLUE value IS 231 (90.63% from 255) = 32.58%

R = 33.99%
G = 33.43%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F1EDE7 (or 0xF1EDE7) is known color: Romance. HEX triplet: F1, ED and E7. RGB value is (241,237,231). Sum of RGB (Red+Green+Blue) = 241+237+231=709 (93% of max value = 765). Red value is 241 (94.53% from 255 or 33.99% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 231 (90.62% from 255 or 32.58% from 709); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDE7 is #0E1218. Grayscale: #EDEDED. Windows color (decimal): -922137 or 15199729. OLE color: 15199729.

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

Color convert

RGB 241 237 231 -
CMYK 0 0.02 0.04 0.05
HSL 36º 0.26% 0.93% -
HSV(B) 36º 0.04% 0.95% -
XYZ 80.98 85.04 87.75 -
YUV 237.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 241 237 231 0 0.02 0.04 0.05 36 0.26 0.93
Hex F1 ED E7 0 2 4 5 24 1A 5D
Octal 361 355 347 0 2 4 5 44 32 135
Binary 11110001 11101101 11100111 0 10 100 101 100100 11010 1011101

Color Harmonies of #F1EDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EDE7

Black with #F1EDE7

Text Example


Text Example

White with #F1EDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EDE7; }

 p { color: rgb(241,237,231); }

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

background-color css

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

 a { background-color: rgb(241,237,231); }

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

border-color css

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

 span { border-color: rgb(241,237,231); }

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