Html Css Color HEX #FEF1EE Rose White

📋 copy color: '#FEF1EE'

red 254 ◦ green 241 ◦ blue 238

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

Shades of Rose White #FEF1EE

Tints of Rose White #FEF1EE

RGB

 RED value IS 254 (99.61% from 255) = 34.65%

 GREEN value IS 241 (94.53% from 255) = 32.88%

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

R = 34.65%
G = 32.88%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEF1EE (or 0xFEF1EE) is known color: Rose White. HEX triplet: FE, F1 and EE. RGB value is (254,241,238). Sum of RGB (Red+Green+Blue) = 254+241+238=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 241 (94.53% from 255 or 32.88% from 733); Blue value is 238 (93.36% from 255 or 32.47% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF1EE is #010E11. Grayscale: #F4F4F4. Windows color (decimal): -69138 or 15659518. OLE color: 15659518.

HSL color Cylindrical-coordinate representation of color #FEF1EE: hue angle of 11.25º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEF1EE is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 241 238 -
CMYK 0 0.05 0.06 0.00
HSL 11.25º 0.89% 0.96% -
HSV(B) 11.25º 0.06% 1% -
XYZ 87.76 90.15 93.66 -
YUV 244.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 254 241 238 0 0.05 0.06 0.00 11.25 0.89 0.96
Hex FE F1 EE 0 5 6 0 B 59 60
Octal 376 361 356 0 5 6 0 13 131 140
Binary 11111110 11110001 11101110 0 101 110 0 1011 1011001 1100000

Color Harmonies of #FEF1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF1EE

Black with #FEF1EE

Text Example


Text Example

White with #FEF1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF1EE; }

 p { color: rgb(254,241,238); }

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

background-color css

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

 a { background-color: rgb(254,241,238); }

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

border-color css

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

 span { border-color: rgb(254,241,238); }

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