Html Css Color HEX #F4EDD6 Orchid White

📋 copy color: '#F4EDD6'

red 244 ◦ green 237 ◦ blue 214

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

Shades of Orchid White #F4EDD6

Tints of Orchid White #F4EDD6

RGB

 RED value IS 244 (95.7% from 255) = 35.11%

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

 BLUE value IS 214 (83.98% from 255) = 30.79%

R = 35.11%
G = 34.1%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F4EDD6 (or 0xF4EDD6) is known color: Orchid White. HEX triplet: F4, ED and D6. RGB value is (244,237,214). Sum of RGB (Red+Green+Blue) = 244+237+214=695 (92% of max value = 765). Red value is 244 (95.70% from 255 or 35.11% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 214 (83.98% from 255 or 30.79% from 695); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EDD6 is #0B1229. Grayscale: #ECECEC. Windows color (decimal): -725546 or 14085620. OLE color: 14085620.

HSL color Cylindrical-coordinate representation of color #F4EDD6: hue angle of 46º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F4EDD6 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 237 214 -
CMYK 0 0.03 0.12 0.04
HSL 46º 0.58% 0.9% -
HSV(B) 46º 0.12% 0.96% -
XYZ 79.73 84.66 75.76 -
YUV 236.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 244 237 214 0 0.03 0.12 0.04 46 0.58 0.9
Hex F4 ED D6 0 3 C 4 2E 3A 5A
Octal 364 355 326 0 3 14 4 56 72 132
Binary 11110100 11101101 11010110 0 11 1100 100 101110 111010 1011010

Color Harmonies of #F4EDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4EDD6

Black with #F4EDD6

Text Example


Text Example

White with #F4EDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4EDD6; }

 p { color: rgb(244,237,214); }

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

background-color css

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

 a { background-color: rgb(244,237,214); }

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

border-color css

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

 span { border-color: rgb(244,237,214); }

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