Html Css Color HEX #FCEAC2 Oasis

📋 copy color: '#FCEAC2'

red 252 ◦ green 234 ◦ blue 194

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

Shades of Oasis #FCEAC2

Tints of Oasis #FCEAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 28.53%

R = 37.06%
G = 34.41%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCEAC2 (or 0xFCEAC2) is known color: Oasis. HEX triplet: FC, EA and C2. RGB value is (252,234,194). Sum of RGB (Red+Green+Blue) = 252+234+194=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 194 (76.17% from 255 or 28.53% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAC2 is #03153D. Grayscale: #EBEBEB. Windows color (decimal): -202046 or 12774140. OLE color: 12774140.

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

Color convert

RGB 252 234 194 -
CMYK 0 0.07 0.23 0.01
HSL 41.38º 0.91% 0.87% -
HSV(B) 41.38º 0.23% 0.99% -
XYZ 79.31 83.44 62.96 -
YUV 234.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 252 234 194 0 0.07 0.23 0.01 41.38 0.91 0.87
Hex FC EA C2 0 7 17 1 29 5B 57
Octal 374 352 302 0 7 27 1 51 133 127
Binary 11111100 11101010 11000010 0 111 10111 1 101001 1011011 1010111

Color Harmonies of #FCEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEAC2

Black with #FCEAC2

Text Example


Text Example

White with #FCEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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