Html Css Color HEX #F3EDD7 Orchid White

📋 copy color: '#F3EDD7'

red 243 ◦ green 237 ◦ blue 215

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

Shades of Orchid White #F3EDD7

Tints of Orchid White #F3EDD7

RGB

 RED value IS 243 (95.31% from 255) = 34.96%

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

 BLUE value IS 215 (84.38% from 255) = 30.94%

R = 34.96%
G = 34.1%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F3EDD7 (or 0xF3EDD7) is known color: Orchid White. HEX triplet: F3, ED and D7. RGB value is (243,237,215). Sum of RGB (Red+Green+Blue) = 243+237+215=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 215 (84.38% from 255 or 30.94% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EDD7 is #0C1228. Grayscale: #ECECEC. Windows color (decimal): -791081 or 14151155. OLE color: 14151155.

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

Color convert

RGB 243 237 215 -
CMYK 0 0.02 0.12 0.05
HSL 47.14º 0.54% 0.9% -
HSV(B) 47.14º 0.12% 0.95% -
XYZ 79.51 84.53 76.42 -
YUV 236.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 243 237 215 0 0.02 0.12 0.05 47.14 0.54 0.9
Hex F3 ED D7 0 2 C 5 2F 36 5A
Octal 363 355 327 0 2 14 5 57 66 132
Binary 11110011 11101101 11010111 0 10 1100 101 101111 110110 1011010

Color Harmonies of #F3EDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3EDD7

Black with #F3EDD7

Text Example


Text Example

White with #F3EDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3EDD7; }

 p { color: rgb(243,237,215); }

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

background-color css

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

 a { background-color: rgb(243,237,215); }

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

border-color css

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

 span { border-color: rgb(243,237,215); }

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