Html Css Color HEX #F2EFEA Romance

📋 copy color: '#F2EFEA'

red 242 ◦ green 239 ◦ blue 234

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

Shades of Romance #F2EFEA

Tints of Romance #F2EFEA

RGB

 RED value IS 242 (94.92% from 255) = 33.85%

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

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

R = 33.85%
G = 33.43%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2EFEA (or 0xF2EFEA) is known color: Romance. HEX triplet: F2, EF and EA. RGB value is (242,239,234). Sum of RGB (Red+Green+Blue) = 242+239+234=715 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.85% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 234 (91.80% from 255 or 32.73% from 715); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EFEA is #0D1015. Grayscale: #EFEFEF. Windows color (decimal): -856086 or 15396850. OLE color: 15396850.

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

Color convert

RGB 242 239 234 -
CMYK 0 0.01 0.03 0.05
HSL 37.5º 0.24% 0.93% -
HSV(B) 37.5º 0.03% 0.95% -
XYZ 82.34 86.55 90.21 -
YUV 239.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 242 239 234 0 0.01 0.03 0.05 37.5 0.24 0.93
Hex F2 EF EA 0 1 3 5 26 18 5D
Octal 362 357 352 0 1 3 5 46 30 135
Binary 11110010 11101111 11101010 0 1 11 101 100110 11000 1011101

Color Harmonies of #F2EFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFEA

Black with #F2EFEA

Text Example


Text Example

White with #F2EFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EFEA; }

 p { color: rgb(242,239,234); }

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

background-color css

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

 a { background-color: rgb(242,239,234); }

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

border-color css

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

 span { border-color: rgb(242,239,234); }

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