Html Css Color HEX #FCEDC2 Oasis

📋 copy color: '#FCEDC2'

red 252 ◦ green 237 ◦ blue 194

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

Shades of Oasis #FCEDC2

Tints of Oasis #FCEDC2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.7%

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

R = 36.9%
G = 34.7%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCEDC2 (or 0xFCEDC2) is known color: Oasis. HEX triplet: FC, ED and C2. RGB value is (252,237,194). Sum of RGB (Red+Green+Blue) = 252+237+194=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 194 (76.17% from 255 or 28.40% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDC2 is #03123D. Grayscale: #ECECEC. Windows color (decimal): -201278 or 12774908. OLE color: 12774908.

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

Color convert

RGB 252 237 194 -
CMYK 0 0.06 0.23 0.01
HSL 44.48º 0.91% 0.87% -
HSV(B) 44.48º 0.23% 0.99% -
XYZ 80.17 85.16 63.25 -
YUV 236.58 103.97 139 -
System Red Green Blue C M Y K H S L
Decimal 252 237 194 0 0.06 0.23 0.01 44.48 0.91 0.87
Hex FC ED C2 0 6 17 1 2C 5B 57
Octal 374 355 302 0 6 27 1 54 133 127
Binary 11111100 11101101 11000010 0 110 10111 1 101100 1011011 1010111

Color Harmonies of #FCEDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDC2

Black with #FCEDC2

Text Example


Text Example

White with #FCEDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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