Html Css Color HEX #FCEAC5 Oasis

📋 copy color: '#FCEAC5'

red 252 ◦ green 234 ◦ blue 197

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

Shades of Oasis #FCEAC5

Tints of Oasis #FCEAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 28.84%

R = 36.9%
G = 34.26%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCEAC5 (or 0xFCEAC5) is known color: Oasis. HEX triplet: FC, EA and C5. RGB value is (252,234,197). Sum of RGB (Red+Green+Blue) = 252+234+197=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 197 (77.34% from 255 or 28.84% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAC5 is #03153A. Grayscale: #EBEBEB. Windows color (decimal): -202043 or 12970748. OLE color: 12970748.

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

Color convert

RGB 252 234 197 -
CMYK 0 0.07 0.22 0.01
HSL 40.36º 0.9% 0.88% -
HSV(B) 40.36º 0.22% 0.99% -
XYZ 79.65 83.57 64.76 -
YUV 235.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 252 234 197 0 0.07 0.22 0.01 40.36 0.9 0.88
Hex FC EA C5 0 7 16 1 28 5A 58
Octal 374 352 305 0 7 26 1 50 132 130
Binary 11111100 11101010 11000101 0 111 10110 1 101000 1011010 1011000

Color Harmonies of #FCEAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEAC5

Black with #FCEAC5

Text Example


Text Example

White with #FCEAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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