Html Css Color HEX #FCF0C2 Oasis

📋 copy color: '#FCF0C2'

red 252 ◦ green 240 ◦ blue 194

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

Shades of Oasis #FCF0C2

Tints of Oasis #FCF0C2

RGB

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

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

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

R = 36.73%
G = 34.99%
B = 28.28%

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

#FCF0C2 (or 0xFCF0C2) is known color: Oasis. HEX triplet: FC, F0 and C2. RGB value is (252,240,194). Sum of RGB (Red+Green+Blue) = 252+240+194=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 194 (76.17% from 255 or 28.28% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0C2 is #030F3D. Grayscale: #EEEEEE. Windows color (decimal): -200510 or 12775676. OLE color: 12775676.

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

Color convert

RGB 252 240 194 -
CMYK 0 0.05 0.23 0.01
HSL 47.59º 0.91% 0.87% -
HSV(B) 47.59º 0.23% 0.99% -
XYZ 81.04 86.91 63.54 -
YUV 238.34 102.98 137.74 -
System Red Green Blue C M Y K H S L
Decimal 252 240 194 0 0.05 0.23 0.01 47.59 0.91 0.87
Hex FC F0 C2 0 5 17 1 30 5B 57
Octal 374 360 302 0 5 27 1 60 133 127
Binary 11111100 11110000 11000010 0 101 10111 1 110000 1011011 1010111

Color Harmonies of #FCF0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0C2

Black with #FCF0C2

Text Example


Text Example

White with #FCF0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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