Html Css Color HEX #FEF5F3 Rose White

📋 copy color: '#FEF5F3'

red 254 ◦ green 245 ◦ blue 243

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

Shades of Rose White #FEF5F3

Tints of Rose White #FEF5F3

RGB

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

 GREEN value IS 245 (96.09% from 255) = 33.02%

 BLUE value IS 243 (95.31% from 255) = 32.75%

R = 34.23%
G = 33.02%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEF5F3 (or 0xFEF5F3) is known color: Rose White. HEX triplet: FE, F5 and F3. RGB value is (254,245,243). Sum of RGB (Red+Green+Blue) = 254+245+243=742 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.23% from 742); Green value is 245 (96.09% from 255 or 33.02% from 742); Blue value is 243 (95.31% from 255 or 32.75% from 742); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF5F3 is #010A0C. Grayscale: #F7F7F7. Windows color (decimal): -68109 or 15988222. OLE color: 15988222.

HSL color Cylindrical-coordinate representation of color #FEF5F3: hue angle of 10.91º degrees, saturation: 0.85, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FEF5F3 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 245 243 -
CMYK 0 0.04 0.04 0.00
HSL 10.91º 0.85% 0.97% -
HSV(B) 10.91º 0.04% 1% -
XYZ 89.7 92.85 97.99 -
YUV 247.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 254 245 243 0 0.04 0.04 0.00 10.91 0.85 0.97
Hex FE F5 F3 0 4 4 0 B 55 61
Octal 376 365 363 0 4 4 0 13 125 141
Binary 11111110 11110101 11110011 0 100 100 0 1011 1010101 1100001

Color Harmonies of #FEF5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF5F3

Black with #FEF5F3

Text Example


Text Example

White with #FEF5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF5F3; }

 p { color: rgb(254,245,243); }

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

background-color css

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

 a { background-color: rgb(254,245,243); }

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

border-color css

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

 span { border-color: rgb(254,245,243); }

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