Html Css Color HEX #F6EDE9 Rose White

📋 copy color: '#F6EDE9'

red 246 ◦ green 237 ◦ blue 233

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

Shades of Rose White #F6EDE9

Tints of Rose White #F6EDE9

RGB

 RED value IS 246 (96.48% from 255) = 34.36%

 GREEN value IS 237 (92.97% from 255) = 33.1%

 BLUE value IS 233 (91.41% from 255) = 32.54%

R = 34.36%
G = 33.1%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F6EDE9 (or 0xF6EDE9) is known color: Rose White. HEX triplet: F6, ED and E9. RGB value is (246,237,233). Sum of RGB (Red+Green+Blue) = 246+237+233=716 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.36% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 233 (91.41% from 255 or 32.54% from 716); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EDE9 is #091216. Grayscale: #EFEFEF. Windows color (decimal): -594455 or 15330806. OLE color: 15330806.

HSL color Cylindrical-coordinate representation of color #F6EDE9: hue angle of 18.46º degrees, saturation: 0.42, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F6EDE9 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 237 233 -
CMYK 0 0.04 0.05 0.04
HSL 18.46º 0.42% 0.94% -
HSV(B) 18.46º 0.05% 0.96% -
XYZ 83 86.04 89.32 -
YUV 239.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 246 237 233 0 0.04 0.05 0.04 18.46 0.42 0.94
Hex F6 ED E9 0 4 5 4 12 2A 5E
Octal 366 355 351 0 4 5 4 22 52 136
Binary 11110110 11101101 11101001 0 100 101 100 10010 101010 1011110

Color Harmonies of #F6EDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EDE9

Black with #F6EDE9

Text Example


Text Example

White with #F6EDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EDE9; }

 p { color: rgb(246,237,233); }

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

background-color css

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

 a { background-color: rgb(246,237,233); }

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

border-color css

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

 span { border-color: rgb(246,237,233); }

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