Html Css Color HEX #F2EFE7 Romance

📋 copy color: '#F2EFE7'

red 242 ◦ green 239 ◦ blue 231

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

Shades of Romance #F2EFE7

Tints of Romance #F2EFE7

RGB

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

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

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

R = 33.99%
G = 33.57%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2EFE7 (or 0xF2EFE7) is known color: Romance. HEX triplet: F2, EF and E7. RGB value is (242,239,231). Sum of RGB (Red+Green+Blue) = 242+239+231=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 239 (93.75% from 255 or 33.57% from 712); Blue value is 231 (90.62% from 255 or 32.44% from 712); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EFE7 is #0D1018. Grayscale: #EFEFEF. Windows color (decimal): -856089 or 15200242. OLE color: 15200242.

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

Color convert

RGB 242 239 231 -
CMYK 0 0.01 0.05 0.05
HSL 43.64º 0.3% 0.93% -
HSV(B) 43.64º 0.05% 0.95% -
XYZ 81.91 86.38 87.96 -
YUV 238.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 242 239 231 0 0.01 0.05 0.05 43.64 0.3 0.93
Hex F2 EF E7 0 1 5 5 2C 1E 5D
Octal 362 357 347 0 1 5 5 54 36 135
Binary 11110010 11101111 11100111 0 1 101 101 101100 11110 1011101

Color Harmonies of #F2EFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFE7

Black with #F2EFE7

Text Example


Text Example

White with #F2EFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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