Html Css Color HEX #FCEBC0 Oasis

📋 copy color: '#FCEBC0'

red 252 ◦ green 235 ◦ blue 192

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

Shades of Oasis #FCEBC0

Tints of Oasis #FCEBC0

RGB

 RED value IS 252 (98.83% from 255) = 37.11%

 GREEN value IS 235 (92.19% from 255) = 34.61%

 BLUE value IS 192 (75.39% from 255) = 28.28%

R = 37.11%
G = 34.61%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCEBC0 (or 0xFCEBC0) is known color: Oasis. HEX triplet: FC, EB and C0. RGB value is (252,235,192). Sum of RGB (Red+Green+Blue) = 252+235+192=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 192 (75.39% from 255 or 28.28% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBC0 is #03143F. Grayscale: #EBEBEB. Windows color (decimal): -201792 or 12643324. OLE color: 12643324.

HSL color Cylindrical-coordinate representation of color #FCEBC0: hue angle of 43º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCEBC0 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 235 192 -
CMYK 0 0.07 0.24 0.01
HSL 43º 0.91% 0.87% -
HSV(B) 43º 0.24% 0.99% -
XYZ 79.37 83.92 61.88 -
YUV 235.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 252 235 192 0 0.07 0.24 0.01 43 0.91 0.87
Hex FC EB C0 0 7 18 1 2B 5B 57
Octal 374 353 300 0 7 30 1 53 133 127
Binary 11111100 11101011 11000000 0 111 11000 1 101011 1011011 1010111

Color Harmonies of #FCEBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEBC0

Black with #FCEBC0

Text Example


Text Example

White with #FCEBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEBC0; }

 p { color: rgb(252,235,192); }

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

background-color css

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

 a { background-color: rgb(252,235,192); }

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

border-color css

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

 span { border-color: rgb(252,235,192); }

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