Html Css Color HEX #FDEDE6 Rose White

📋 copy color: '#FDEDE6'

red 253 ◦ green 237 ◦ blue 230

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

Shades of Rose White #FDEDE6

Tints of Rose White #FDEDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 31.94%

R = 35.14%
G = 32.92%
B = 31.94%

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

#FDEDE6 (or 0xFDEDE6) is known color: Rose White. HEX triplet: FD, ED and E6. RGB value is (253,237,230). Sum of RGB (Red+Green+Blue) = 253+237+230=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 230 (90.23% from 255 or 31.94% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDE6 is #021219. Grayscale: #F1F1F1. Windows color (decimal): -135706 or 15134205. OLE color: 15134205.

HSL color Cylindrical-coordinate representation of color #FDEDE6: hue angle of 18.26º 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 #FDEDE6 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 237 230 -
CMYK 0 0.06 0.09 0.01
HSL 18.26º 0.85% 0.95% -
HSV(B) 18.26º 0.09% 0.99% -
XYZ 85.08 87.16 87.2 -
YUV 240.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 253 237 230 0 0.06 0.09 0.01 18.26 0.85 0.95
Hex FD ED E6 0 6 9 1 12 55 5F
Octal 375 355 346 0 6 11 1 22 125 137
Binary 11111101 11101101 11100110 0 110 1001 1 10010 1010101 1011111

Color Harmonies of #FDEDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDE6

Black with #FDEDE6

Text Example


Text Example

White with #FDEDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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