Html Css Color HEX #FCF0C8 Oasis

📋 copy color: '#FCF0C8'

red 252 ◦ green 240 ◦ blue 200

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

Shades of Oasis #FCF0C8

Tints of Oasis #FCF0C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 28.9%

R = 36.42%
G = 34.68%
B = 28.9%

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

#FCF0C8 (or 0xFCF0C8) is known color: Oasis. HEX triplet: FC, F0 and C8. RGB value is (252,240,200). Sum of RGB (Red+Green+Blue) = 252+240+200=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 200 (78.52% from 255 or 28.90% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0C8 is #030F37. Grayscale: #EFEFEF. Windows color (decimal): -200504 or 13168892. OLE color: 13168892.

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

Color convert

RGB 252 240 200 -
CMYK 0 0.05 0.21 0.01
HSL 46.15º 0.9% 0.89% -
HSV(B) 46.15º 0.21% 0.99% -
XYZ 81.73 87.19 67.16 -
YUV 239.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 252 240 200 0 0.05 0.21 0.01 46.15 0.9 0.89
Hex FC F0 C8 0 5 15 1 2E 5A 59
Octal 374 360 310 0 5 25 1 56 132 131
Binary 11111100 11110000 11001000 0 101 10101 1 101110 1011010 1011001

Color Harmonies of #FCF0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0C8

Black with #FCF0C8

Text Example


Text Example

White with #FCF0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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