Html Css Color HEX #FEF2EF Rose White

📋 copy color: '#FEF2EF'

red 254 ◦ green 242 ◦ blue 239

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

Shades of Rose White #FEF2EF

Tints of Rose White #FEF2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 32.52%

R = 34.56%
G = 32.93%
B = 32.52%

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

#FEF2EF (or 0xFEF2EF) is known color: Rose White. HEX triplet: FE, F2 and EF. RGB value is (254,242,239). Sum of RGB (Red+Green+Blue) = 254+242+239=735 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.56% from 735); Green value is 242 (94.92% from 255 or 32.93% from 735); Blue value is 239 (93.75% from 255 or 32.52% from 735); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF2EF is #010D10. Grayscale: #F5F5F5. Windows color (decimal): -68881 or 15725310. OLE color: 15725310.

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

Color convert

RGB 254 242 239 -
CMYK 0 0.05 0.06 0.00
HSL 12º 0.88% 0.97% -
HSV(B) 12º 0.06% 1% -
XYZ 88.21 90.81 94.54 -
YUV 245.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 254 242 239 0 0.05 0.06 0.00 12 0.88 0.97
Hex FE F2 EF 0 5 6 0 C 58 61
Octal 376 362 357 0 5 6 0 14 130 141
Binary 11111110 11110010 11101111 0 101 110 0 1100 1011000 1100001

Color Harmonies of #FEF2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2EF

Black with #FEF2EF

Text Example


Text Example

White with #FEF2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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