Html Css Color HEX #FEF2EC Rose White

📋 copy color: '#FEF2EC'

red 254 ◦ green 242 ◦ blue 236

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

Shades of Rose White #FEF2EC

Tints of Rose White #FEF2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.06%

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

R = 34.7%
G = 33.06%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEF2EC (or 0xFEF2EC) is known color: Rose White. HEX triplet: FE, F2 and EC. RGB value is (254,242,236). Sum of RGB (Red+Green+Blue) = 254+242+236=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 242 (94.92% from 255 or 33.06% from 732); Blue value is 236 (92.58% from 255 or 32.24% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF2EC is #010D13. Grayscale: #F4F4F4. Windows color (decimal): -68884 or 15528702. OLE color: 15528702.

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

Color convert

RGB 254 242 236 -
CMYK 0 0.05 0.07 0.00
HSL 20º 0.9% 0.96% -
HSV(B) 20º 0.07% 1% -
XYZ 87.77 90.63 92.22 -
YUV 244.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 254 242 236 0 0.05 0.07 0.00 20 0.9 0.96
Hex FE F2 EC 0 5 7 0 14 5A 60
Octal 376 362 354 0 5 7 0 24 132 140
Binary 11111110 11110010 11101100 0 101 111 0 10100 1011010 1100000

Color Harmonies of #FEF2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2EC

Black with #FEF2EC

Text Example


Text Example

White with #FEF2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2EC; }

 p { color: rgb(254,242,236); }

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

background-color css

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

 a { background-color: rgb(254,242,236); }

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

border-color css

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

 span { border-color: rgb(254,242,236); }

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