Html Css Color HEX #FCEBC2 Oasis

📋 copy color: '#FCEBC2'

red 252 ◦ green 235 ◦ blue 194

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

Shades of Oasis #FCEBC2

Tints of Oasis #FCEBC2

RGB

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

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

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

R = 37%
G = 34.51%
B = 28.49%

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

#FCEBC2 (or 0xFCEBC2) is known color: Oasis. HEX triplet: FC, EB and C2. RGB value is (252,235,194). Sum of RGB (Red+Green+Blue) = 252+235+194=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 194 (76.17% from 255 or 28.49% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBC2 is #03143D. Grayscale: #EBEBEB. Windows color (decimal): -201790 or 12774396. OLE color: 12774396.

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

Color convert

RGB 252 235 194 -
CMYK 0 0.07 0.23 0.01
HSL 42.41º 0.91% 0.87% -
HSV(B) 42.41º 0.23% 0.99% -
XYZ 79.59 84.01 63.06 -
YUV 235.41 104.63 139.83 -
System Red Green Blue C M Y K H S L
Decimal 252 235 194 0 0.07 0.23 0.01 42.41 0.91 0.87
Hex FC EB C2 0 7 17 1 2A 5B 57
Octal 374 353 302 0 7 27 1 52 133 127
Binary 11111100 11101011 11000010 0 111 10111 1 101010 1011011 1010111

Color Harmonies of #FCEBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEBC2

Black with #FCEBC2

Text Example


Text Example

White with #FCEBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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