Html Css Color HEX #FCEAC0 Oasis

📋 copy color: '#FCEAC0'

red 252 ◦ green 234 ◦ blue 192

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

Shades of Oasis #FCEAC0

Tints of Oasis #FCEAC0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.51%

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

R = 37.17%
G = 34.51%
B = 28.32%

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

#FCEAC0 (or 0xFCEAC0) is known color: Oasis. HEX triplet: FC, EA and C0. RGB value is (252,234,192). Sum of RGB (Red+Green+Blue) = 252+234+192=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 192 (75.39% from 255 or 28.32% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAC0 is #03153F. Grayscale: #EAEAEA. Windows color (decimal): -202048 or 12643068. OLE color: 12643068.

HSL color Cylindrical-coordinate representation of color #FCEAC0: hue angle of 42º 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 #FCEAC0 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 234 192 -
CMYK 0 0.07 0.24 0.01
HSL 42º 0.91% 0.87% -
HSV(B) 42º 0.24% 0.99% -
XYZ 79.08 83.35 61.79 -
YUV 234.59 103.96 140.42 -
System Red Green Blue C M Y K H S L
Decimal 252 234 192 0 0.07 0.24 0.01 42 0.91 0.87
Hex FC EA C0 0 7 18 1 2A 5B 57
Octal 374 352 300 0 7 30 1 52 133 127
Binary 11111100 11101010 11000000 0 111 11000 1 101010 1011011 1010111

Color Harmonies of #FCEAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEAC0

Black with #FCEAC0

Text Example


Text Example

White with #FCEAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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