Html Css Color HEX #FCF0C6 Oasis

📋 copy color: '#FCF0C6'

red 252 ◦ green 240 ◦ blue 198

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

Shades of Oasis #FCF0C6

Tints of Oasis #FCF0C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 28.7%

R = 36.52%
G = 34.78%
B = 28.7%

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

#FCF0C6 (or 0xFCF0C6) is known color: Oasis. HEX triplet: FC, F0 and C6. RGB value is (252,240,198). Sum of RGB (Red+Green+Blue) = 252+240+198=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 240 (94.14% from 255 or 34.78% from 690); Blue value is 198 (77.73% from 255 or 28.70% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0C6 is #030F39. Grayscale: #EEEEEE. Windows color (decimal): -200506 or 13037820. OLE color: 13037820.

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

Color convert

RGB 252 240 198 -
CMYK 0 0.05 0.21 0.01
HSL 46.67º 0.9% 0.88% -
HSV(B) 46.67º 0.21% 0.99% -
XYZ 81.5 87.09 65.94 -
YUV 238.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 252 240 198 0 0.05 0.21 0.01 46.67 0.9 0.88
Hex FC F0 C6 0 5 15 1 2F 5A 58
Octal 374 360 306 0 5 25 1 57 132 130
Binary 11111100 11110000 11000110 0 101 10101 1 101111 1011010 1011000

Color Harmonies of #FCF0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0C6

Black with #FCF0C6

Text Example


Text Example

White with #FCF0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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