Html Css Color HEX #FDEDDE Bridal Heath

📋 copy color: '#FDEDDE'

red 253 ◦ green 237 ◦ blue 222

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

Shades of Bridal Heath #FDEDDE

Tints of Bridal Heath #FDEDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 31.18%

R = 35.53%
G = 33.29%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDEDDE (or 0xFDEDDE) is known color: Bridal Heath. HEX triplet: FD, ED and DE. RGB value is (253,237,222). Sum of RGB (Red+Green+Blue) = 253+237+222=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 237 (92.97% from 255 or 33.29% from 712); Blue value is 222 (87.11% from 255 or 31.18% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDDE is #021221. Grayscale: #F0F0F0. Windows color (decimal): -135714 or 14609917. OLE color: 14609917.

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

Color convert

RGB 253 237 222 -
CMYK 0 0.06 0.12 0.01
HSL 29.03º 0.89% 0.93% -
HSV(B) 29.03º 0.12% 0.99% -
XYZ 83.98 86.72 81.42 -
YUV 240.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 253 237 222 0 0.06 0.12 0.01 29.03 0.89 0.93
Hex FD ED DE 0 6 C 1 1D 59 5D
Octal 375 355 336 0 6 14 1 35 131 135
Binary 11111101 11101101 11011110 0 110 1100 1 11101 1011001 1011101

Color Harmonies of #FDEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDDE

Black with #FDEDDE

Text Example


Text Example

White with #FDEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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