#FFEFEB

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

Shades of Rose White #FFEFEB

Tints of Rose White #FFEFEB

Color information

#FFEFEB (or 0xFFEFEB) is unknown color: approx Rose White. HEX triplet: FF, EF and EB. RGB value is (255,239,235). Sum of RGB (Red+Green+Blue) = 255+239+235=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 239 (93.75% from 255 or 32.78% from 729); Blue value is 235 (92.19% from 255 or 32.24% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFEB is #001014. Grayscale: #F3F3F3. Windows color (decimal): -4117 or 15462399. OLE color: 15462399.

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

Color convert

RGB255239235-
CMYK00.060.080
HSL12º100%96.08%-
HSV(B)12º7.84%100%-
XYZ87.188.9991.18-
YUV243.33123.3136.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.98%
GREEN value IS 239 (93.75% from 255) = 32.78%
BLUE value IS 235 (92.19% from 255) = 32.24%
R=34.98%
G=32.78%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523923500.060.0801210096.08
HexFFEFEB0680c6460
Octal3773573530610014144140
Binary111111111110111111101011011010000110011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFEB; }

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

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

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

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

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

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

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

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