Html Css Color HEX #F5F0EE Rose White

📋 copy color: '#F5F0EE'

red 245 ◦ green 240 ◦ blue 238

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

Shades of Rose White #F5F0EE

Tints of Rose White #F5F0EE

RGB

 RED value IS 245 (96.09% from 255) = 33.89%

 GREEN value IS 240 (94.14% from 255) = 33.2%

 BLUE value IS 238 (93.36% from 255) = 32.92%

R = 33.89%
G = 33.2%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F5F0EE (or 0xF5F0EE) is known color: Rose White. HEX triplet: F5, F0 and EE. RGB value is (245,240,238). Sum of RGB (Red+Green+Blue) = 245+240+238=723 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.89% from 723); Green value is 240 (94.14% from 255 or 33.20% from 723); Blue value is 238 (93.36% from 255 or 32.92% from 723); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F0EE is #0A0F11. Grayscale: #F1F1F1. Windows color (decimal): -659218 or 15659253. OLE color: 15659253.

HSL color Cylindrical-coordinate representation of color #F5F0EE: hue angle of 17.14º degrees, saturation: 0.26, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5F0EE is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 240 238 -
CMYK 0 0.02 0.03 0.04
HSL 17.14º 0.26% 0.95% -
HSV(B) 17.14º 0.03% 0.96% -
XYZ 84.25 87.91 93.42 -
YUV 241.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 245 240 238 0 0.02 0.03 0.04 17.14 0.26 0.95
Hex F5 F0 EE 0 2 3 4 11 1A 5F
Octal 365 360 356 0 2 3 4 21 32 137
Binary 11110101 11110000 11101110 0 10 11 100 10001 11010 1011111

Color Harmonies of #F5F0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F0EE

Black with #F5F0EE

Text Example


Text Example

White with #F5F0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F0EE; }

 p { color: rgb(245,240,238); }

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

background-color css

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

 a { background-color: rgb(245,240,238); }

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

border-color css

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

 span { border-color: rgb(245,240,238); }

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