Html Css Color HEX #FAEDD2 Varden

📋 copy color: '#FAEDD2'

red 250 ◦ green 237 ◦ blue 210

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

Shades of Varden #FAEDD2

Tints of Varden #FAEDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 30.13%

R = 35.87%
G = 34%
B = 30.13%

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

#FAEDD2 (or 0xFAEDD2) is known color: Varden. HEX triplet: FA, ED and D2. RGB value is (250,237,210). Sum of RGB (Red+Green+Blue) = 250+237+210=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 210 (82.42% from 255 or 30.13% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDD2 is #05122D. Grayscale: #EDEDED. Windows color (decimal): -332334 or 13823482. OLE color: 13823482.

HSL color Cylindrical-coordinate representation of color #FAEDD2: hue angle of 40.5º 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 #FAEDD2 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 237 210 -
CMYK 0 0.05 0.16 0.02
HSL 40.5º 0.8% 0.9% -
HSV(B) 40.5º 0.16% 0.98% -
XYZ 81.34 85.55 73.2 -
YUV 237.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 250 237 210 0 0.05 0.16 0.02 40.5 0.8 0.9
Hex FA ED D2 0 5 10 2 28 50 5A
Octal 372 355 322 0 5 20 2 50 120 132
Binary 11111010 11101101 11010010 0 101 10000 10 101000 1010000 1011010

Color Harmonies of #FAEDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDD2

Black with #FAEDD2

Text Example


Text Example

White with #FAEDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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