Html Css Color HEX #FEEFEC Rose White

📋 copy color: '#FEEFEC'

red 254 ◦ green 239 ◦ blue 236

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

Shades of Rose White #FEEFEC

Tints of Rose White #FEEFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 32.78%

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

R = 34.84%
G = 32.78%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEEFEC (or 0xFEEFEC) is known color: Rose White. HEX triplet: FE, EF and EC. RGB value is (254,239,236). Sum of RGB (Red+Green+Blue) = 254+239+236=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 239 (93.75% from 255 or 32.78% from 729); Blue value is 236 (92.58% from 255 or 32.37% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEFEC is #011013. Grayscale: #F3F3F3. Windows color (decimal): -69652 or 15527934. OLE color: 15527934.

HSL color Cylindrical-coordinate representation of color #FEEFEC: hue angle of 10º 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 #FEEFEC is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 239 236 -
CMYK 0 0.06 0.07 0.00
HSL 10º 0.9% 0.96% -
HSV(B) 10º 0.07% 1% -
XYZ 86.88 88.86 91.93 -
YUV 243.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 254 239 236 0 0.06 0.07 0.00 10 0.9 0.96
Hex FE EF EC 0 6 7 0 A 5A 60
Octal 376 357 354 0 6 7 0 12 132 140
Binary 11111110 11101111 11101100 0 110 111 0 1010 1011010 1100000

Color Harmonies of #FEEFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEFEC

Black with #FEEFEC

Text Example


Text Example

White with #FEEFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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