Html Css Color HEX #F2EFE5 Romance

📋 copy color: '#F2EFE5'

red 242 ◦ green 239 ◦ blue 229

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

Shades of Romance #F2EFE5

Tints of Romance #F2EFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 32.25%

R = 34.08%
G = 33.66%
B = 32.25%

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

#F2EFE5 (or 0xF2EFE5) is known color: Romance. HEX triplet: F2, EF and E5. RGB value is (242,239,229). Sum of RGB (Red+Green+Blue) = 242+239+229=710 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.08% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 229 (89.84% from 255 or 32.25% from 710); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFE5 is #0D101A. Grayscale: #EEEEEE. Windows color (decimal): -856091 or 15069170. OLE color: 15069170.

HSL color Cylindrical-coordinate representation of color #F2EFE5: hue angle of 46.15º degrees, saturation: 0.33, 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 #F2EFE5 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 239 229 -
CMYK 0 0.01 0.05 0.05
HSL 46.15º 0.33% 0.92% -
HSV(B) 46.15º 0.05% 0.95% -
XYZ 81.63 86.27 86.48 -
YUV 238.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 242 239 229 0 0.01 0.05 0.05 46.15 0.33 0.92
Hex F2 EF E5 0 1 5 5 2E 21 5C
Octal 362 357 345 0 1 5 5 56 41 134
Binary 11110010 11101111 11100101 0 1 101 101 101110 100001 1011100

Color Harmonies of #F2EFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFE5

Black with #F2EFE5

Text Example


Text Example

White with #F2EFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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