Html Css Color HEX #FFEFE7 Rose White

📋 copy color: '#FFEFE7'

red 255 ◦ green 239 ◦ blue 231

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

Shades of Rose White #FFEFE7

Tints of Rose White #FFEFE7

RGB

 RED value IS 255 (100% from 255) = 35.17%

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

 BLUE value IS 231 (90.63% from 255) = 31.86%

R = 35.17%
G = 32.97%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FFEFE7 (or 0xFFEFE7) is known color: Rose White. HEX triplet: FF, EF and E7. RGB value is (255,239,231). Sum of RGB (Red+Green+Blue) = 255+239+231=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 239 (93.75% from 255 or 32.97% from 725); Blue value is 231 (90.62% from 255 or 31.86% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFE7 is #001018. Grayscale: #F2F2F2. Windows color (decimal): -4121 or 15200255. OLE color: 15200255.

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

Color convert

RGB 255 239 231 -
CMYK 0 0.06 0.09 0
HSL 20º 1% 0.95% -
HSV(B) 20º 0.09% 1% -
XYZ 86.53 88.76 88.17 -
YUV 242.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 255 239 231 0 0.06 0.09 0 20 1 0.95
Hex FF EF E7 0 6 9 0 14 64 5F
Octal 377 357 347 0 6 11 0 24 144 137
Binary 11111111 11101111 11100111 0 110 1001 0 10100 1100100 1011111

Color Harmonies of #FFEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEFE7

Black with #FFEFE7

Text Example


Text Example

White with #FFEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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