Html Css Color HEX #FCEBC1 Oasis

📋 copy color: '#FCEBC1'

red 252 ◦ green 235 ◦ blue 193

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

Shades of Oasis #FCEBC1

Tints of Oasis #FCEBC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 28.38%

R = 37.06%
G = 34.56%
B = 28.38%

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

#FCEBC1 (or 0xFCEBC1) is known color: Oasis. HEX triplet: FC, EB and C1. RGB value is (252,235,193). Sum of RGB (Red+Green+Blue) = 252+235+193=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 193 (75.78% from 255 or 28.38% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBC1 is #03143E. Grayscale: #EBEBEB. Windows color (decimal): -201791 or 12708860. OLE color: 12708860.

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

Color convert

RGB 252 235 193 -
CMYK 0 0.07 0.23 0.01
HSL 42.71º 0.91% 0.87% -
HSV(B) 42.71º 0.23% 0.99% -
XYZ 79.48 83.96 62.47 -
YUV 235.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 252 235 193 0 0.07 0.23 0.01 42.71 0.91 0.87
Hex FC EB C1 0 7 17 1 2B 5B 57
Octal 374 353 301 0 7 27 1 53 133 127
Binary 11111100 11101011 11000001 0 111 10111 1 101011 1011011 1010111

Color Harmonies of #FCEBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEBC1

Black with #FCEBC1

Text Example


Text Example

White with #FCEBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEBC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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