Html Css Color HEX #F0EFEC Romance

📋 copy color: '#F0EFEC'

red 240 ◦ green 239 ◦ blue 236

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

Shades of Romance #F0EFEC

Tints of Romance #F0EFEC

RGB

 RED value IS 240 (94.14% from 255) = 33.57%

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

 BLUE value IS 236 (92.58% from 255) = 33.01%

R = 33.57%
G = 33.43%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0EFEC (or 0xF0EFEC) is known color: Romance. HEX triplet: F0, EF and EC. RGB value is (240,239,236). Sum of RGB (Red+Green+Blue) = 240+239+236=715 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.57% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 236 (92.58% from 255 or 33.01% from 715); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFEC is #0F1013. Grayscale: #EEEEEE. Windows color (decimal): -987156 or 15527920. OLE color: 15527920.

HSL color Cylindrical-coordinate representation of color #F0EFEC: hue angle of 45º degrees, saturation: 0.12, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0EFEC is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 239 236 -
CMYK 0 0.00 0.02 0.06
HSL 45º 0.12% 0.93% -
HSV(B) 45º 0.02% 0.94% -
XYZ 81.94 86.31 91.7 -
YUV 238.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 240 239 236 0 0.00 0.02 0.06 45 0.12 0.93
Hex F0 EF EC 0 0 2 6 2D C 5D
Octal 360 357 354 0 0 2 6 55 14 135
Binary 11110000 11101111 11101100 0 0 10 110 101101 1100 1011101

Color Harmonies of #F0EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EFEC

Black with #F0EFEC

Text Example


Text Example

White with #F0EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EFEC; }

 p { color: rgb(240,239,236); }

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

background-color css

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

 a { background-color: rgb(240,239,236); }

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

border-color css

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

 span { border-color: rgb(240,239,236); }

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