Html Css Color HEX #FAEDD3 Varden

📋 copy color: '#FAEDD3'

red 250 ◦ green 237 ◦ blue 211

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

Shades of Varden #FAEDD3

Tints of Varden #FAEDD3

RGB

 RED value IS 250 (98.05% from 255) = 35.82%

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

 BLUE value IS 211 (82.81% from 255) = 30.23%

R = 35.82%
G = 33.95%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAEDD3 (or 0xFAEDD3) is known color: Varden. HEX triplet: FA, ED and D3. RGB value is (250,237,211). Sum of RGB (Red+Green+Blue) = 250+237+211=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 211 (82.81% from 255 or 30.23% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDD3 is #05122C. Grayscale: #EEEEEE. Windows color (decimal): -332333 or 13889018. OLE color: 13889018.

HSL color Cylindrical-coordinate representation of color #FAEDD3: hue angle of 40º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAEDD3 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 237 211 -
CMYK 0 0.05 0.16 0.02
HSL 40º 0.8% 0.9% -
HSV(B) 40º 0.16% 0.98% -
XYZ 81.47 85.6 73.86 -
YUV 237.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 250 237 211 0 0.05 0.16 0.02 40 0.8 0.9
Hex FA ED D3 0 5 10 2 28 50 5A
Octal 372 355 323 0 5 20 2 50 120 132
Binary 11111010 11101101 11010011 0 101 10000 10 101000 1010000 1011010

Color Harmonies of #FAEDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDD3

Black with #FAEDD3

Text Example


Text Example

White with #FAEDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDD3; }

 p { color: rgb(250,237,211); }

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

background-color css

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

 a { background-color: rgb(250,237,211); }

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

border-color css

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

 span { border-color: rgb(250,237,211); }

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