Html Css Color HEX #F0E6CB Orange White

📋 copy color: '#F0E6CB'

red 240 ◦ green 230 ◦ blue 203

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

Shades of Orange White #F0E6CB

Tints of Orange White #F0E6CB

RGB

 RED value IS 240 (94.14% from 255) = 35.66%

 GREEN value IS 230 (90.23% from 255) = 34.18%

 BLUE value IS 203 (79.69% from 255) = 30.16%

R = 35.66%
G = 34.18%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0E6CB (or 0xF0E6CB) is known color: Orange White. HEX triplet: F0, E6 and CB. RGB value is (240,230,203). Sum of RGB (Red+Green+Blue) = 240+230+203=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 230 (90.23% from 255 or 34.18% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E6CB is #0F1934. Grayscale: #E6E6E6. Windows color (decimal): -989493 or 13362928. OLE color: 13362928.

HSL color Cylindrical-coordinate representation of color #F0E6CB: hue angle of 43.78º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0E6CB is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 230 203 -
CMYK 0 0.04 0.15 0.06
HSL 43.78º 0.55% 0.87% -
HSV(B) 43.78º 0.15% 0.94% -
XYZ 75.01 79.43 67.88 -
YUV 229.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 240 230 203 0 0.04 0.15 0.06 43.78 0.55 0.87
Hex F0 E6 CB 0 4 F 6 2C 37 57
Octal 360 346 313 0 4 17 6 54 67 127
Binary 11110000 11100110 11001011 0 100 1111 110 101100 110111 1010111

Color Harmonies of #F0E6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E6CB

Black with #F0E6CB

Text Example


Text Example

White with #F0E6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E6CB; }

 p { color: rgb(240,230,203); }

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

background-color css

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

 a { background-color: rgb(240,230,203); }

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

border-color css

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

 span { border-color: rgb(240,230,203); }

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