Html Css Color HEX #FDEDE7 Rose White

📋 copy color: '#FDEDE7'

red 253 ◦ green 237 ◦ blue 231

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

Shades of Rose White #FDEDE7

Tints of Rose White #FDEDE7

RGB

 RED value IS 253 (99.22% from 255) = 35.09%

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

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

R = 35.09%
G = 32.87%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDEDE7 (or 0xFDEDE7) is known color: Rose White. HEX triplet: FD, ED and E7. RGB value is (253,237,231). Sum of RGB (Red+Green+Blue) = 253+237+231=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 231 (90.62% from 255 or 32.04% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDE7 is #021218. Grayscale: #F1F1F1. Windows color (decimal): -135705 or 15199741. OLE color: 15199741.

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

Color convert

RGB 253 237 231 -
CMYK 0 0.06 0.09 0.01
HSL 16.36º 0.85% 0.95% -
HSV(B) 16.36º 0.09% 0.99% -
XYZ 85.22 87.22 87.95 -
YUV 241.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 253 237 231 0 0.06 0.09 0.01 16.36 0.85 0.95
Hex FD ED E7 0 6 9 1 10 55 5F
Octal 375 355 347 0 6 11 1 20 125 137
Binary 11111101 11101101 11100111 0 110 1001 1 10000 1010101 1011111

Color Harmonies of #FDEDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDE7

Black with #FDEDE7

Text Example


Text Example

White with #FDEDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDE7; }

 p { color: rgb(253,237,231); }

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

background-color css

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

 a { background-color: rgb(253,237,231); }

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

border-color css

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

 span { border-color: rgb(253,237,231); }

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