#FFEFEC

Color #FFEFEC Rose White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose White #FFEFEC

Tints of Rose White #FFEFEC

Color information

#FFEFEC (or 0xFFEFEC) is unknown color: approx Rose White. HEX triplet: FF, EF and EC. RGB value is (255,239,236). Sum of RGB (Red+Green+Blue) = 255+239+236=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 239 (93.75% from 255 or 32.74% from 730); Blue value is 236 (92.58% from 255 or 32.33% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFEC is #001013. Grayscale: #F3F3F3. Windows color (decimal): -4116 or 15527935. OLE color: 15527935.

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

Color convert

RGB255239236-
CMYK00.060.070
HSL9.47º100%96.27%-
HSV(B)9.47º7.45%100%-
XYZ87.2589.0591.95-
YUV243.44123.8136.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.93%
GREEN value IS 239 (93.75% from 255) = 32.74%
BLUE value IS 236 (92.58% from 255) = 32.33%
R=34.93%
G=32.74%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523923600.060.0709.4710096.27
HexFFEFEC067096460
Octal377357354067011144140
Binary11111111111011111110110001101110100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFEC; }

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

 H1.HeaderClassName
 {
   color: #FFEFEC;
 }
 .AnyTagClassName
 {
   color: #FFEFEC;
 }
</style>
background-color css

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

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

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

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

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

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