Html Css Color HEX #FCF0C7 Oasis

📋 copy color: '#FCF0C7'

red 252 ◦ green 240 ◦ blue 199

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

Shades of Oasis #FCF0C7

Tints of Oasis #FCF0C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 28.8%

R = 36.47%
G = 34.73%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCF0C7 (or 0xFCF0C7) is known color: Oasis. HEX triplet: FC, F0 and C7. RGB value is (252,240,199). Sum of RGB (Red+Green+Blue) = 252+240+199=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 199 (78.12% from 255 or 28.80% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0C7 is #030F38. Grayscale: #EFEFEF. Windows color (decimal): -200505 or 13103356. OLE color: 13103356.

HSL color Cylindrical-coordinate representation of color #FCF0C7: hue angle of 46.42º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCF0C7 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 240 199 -
CMYK 0 0.05 0.21 0.01
HSL 46.42º 0.9% 0.88% -
HSV(B) 46.42º 0.21% 0.99% -
XYZ 81.61 87.14 66.55 -
YUV 238.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 252 240 199 0 0.05 0.21 0.01 46.42 0.9 0.88
Hex FC F0 C7 0 5 15 1 2E 5A 58
Octal 374 360 307 0 5 25 1 56 132 130
Binary 11111100 11110000 11000111 0 101 10101 1 101110 1011010 1011000

Color Harmonies of #FCF0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0C7

Black with #FCF0C7

Text Example


Text Example

White with #FCF0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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