Html Css Color HEX #F1EDE6 Romance

📋 copy color: '#F1EDE6'

red 241 ◦ green 237 ◦ blue 230

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

Shades of Romance #F1EDE6

Tints of Romance #F1EDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.49%

R = 34.04%
G = 33.47%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1EDE6 (or 0xF1EDE6) is known color: Romance. HEX triplet: F1, ED and E6. RGB value is (241,237,230). Sum of RGB (Red+Green+Blue) = 241+237+230=708 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.04% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 230 (90.23% from 255 or 32.49% from 708); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDE6 is #0E1219. Grayscale: #EDEDED. Windows color (decimal): -922138 or 15134193. OLE color: 15134193.

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

Color convert

RGB 241 237 230 -
CMYK 0 0.02 0.05 0.05
HSL 38.18º 0.28% 0.92% -
HSV(B) 38.18º 0.05% 0.95% -
XYZ 80.84 84.98 87.01 -
YUV 237.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 241 237 230 0 0.02 0.05 0.05 38.18 0.28 0.92
Hex F1 ED E6 0 2 5 5 26 1C 5C
Octal 361 355 346 0 2 5 5 46 34 134
Binary 11110001 11101101 11100110 0 10 101 101 100110 11100 1011100

Color Harmonies of #F1EDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EDE6

Black with #F1EDE6

Text Example


Text Example

White with #F1EDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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