Html Css Color HEX #FDEDE9 Rose White

📋 copy color: '#FDEDE9'

red 253 ◦ green 237 ◦ blue 233

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

Shades of Rose White #FDEDE9

Tints of Rose White #FDEDE9

RGB

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

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

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

R = 34.99%
G = 32.78%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDEDE9 (or 0xFDEDE9) is known color: Rose White. HEX triplet: FD, ED and E9. RGB value is (253,237,233). Sum of RGB (Red+Green+Blue) = 253+237+233=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 237 (92.97% from 255 or 32.78% from 723); Blue value is 233 (91.41% from 255 or 32.23% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDE9 is #021216. Grayscale: #F1F1F1. Windows color (decimal): -135703 or 15330813. OLE color: 15330813.

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

Color convert

RGB 253 237 233 -
CMYK 0 0.06 0.08 0.01
HSL 12º 0.83% 0.95% -
HSV(B) 12º 0.08% 0.99% -
XYZ 85.5 87.33 89.44 -
YUV 241.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 253 237 233 0 0.06 0.08 0.01 12 0.83 0.95
Hex FD ED E9 0 6 8 1 C 53 5F
Octal 375 355 351 0 6 10 1 14 123 137
Binary 11111101 11101101 11101001 0 110 1000 1 1100 1010011 1011111

Color Harmonies of #FDEDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDE9

Black with #FDEDE9

Text Example


Text Example

White with #FDEDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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