Html Css Color HEX #FCF0C1 Oasis

📋 copy color: '#FCF0C1'

red 252 ◦ green 240 ◦ blue 193

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

Shades of Oasis #FCF0C1

Tints of Oasis #FCF0C1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.04%

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

R = 36.79%
G = 35.04%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCF0C1 (or 0xFCF0C1) is known color: Oasis. HEX triplet: FC, F0 and C1. RGB value is (252,240,193). Sum of RGB (Red+Green+Blue) = 252+240+193=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 193 (75.78% from 255 or 28.18% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0C1 is #030F3E. Grayscale: #EEEEEE. Windows color (decimal): -200511 or 12710140. OLE color: 12710140.

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

Color convert

RGB 252 240 193 -
CMYK 0 0.05 0.23 0.01
HSL 47.8º 0.91% 0.87% -
HSV(B) 47.8º 0.23% 0.99% -
XYZ 80.93 86.87 62.95 -
YUV 238.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 252 240 193 0 0.05 0.23 0.01 47.8 0.91 0.87
Hex FC F0 C1 0 5 17 1 30 5B 57
Octal 374 360 301 0 5 27 1 60 133 127
Binary 11111100 11110000 11000001 0 101 10111 1 110000 1011011 1010111

Color Harmonies of #FCF0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0C1

Black with #FCF0C1

Text Example


Text Example

White with #FCF0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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