Html Css Color HEX #FCF0C9 Oasis

📋 copy color: '#FCF0C9'

red 252 ◦ green 240 ◦ blue 201

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

Shades of Oasis #FCF0C9

Tints of Oasis #FCF0C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 29%

R = 36.36%
G = 34.63%
B = 29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCF0C9 (or 0xFCF0C9) is known color: Oasis. HEX triplet: FC, F0 and C9. RGB value is (252,240,201). Sum of RGB (Red+Green+Blue) = 252+240+201=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 201 (78.91% from 255 or 29.00% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0C9 is #030F36. Grayscale: #EFEFEF. Windows color (decimal): -200503 or 13234428. OLE color: 13234428.

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

Color convert

RGB 252 240 201 -
CMYK 0 0.05 0.20 0.01
HSL 45.88º 0.89% 0.89% -
HSV(B) 45.88º 0.2% 0.99% -
XYZ 81.85 87.23 67.78 -
YUV 239.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 252 240 201 0 0.05 0.20 0.01 45.88 0.89 0.89
Hex FC F0 C9 0 5 14 1 2E 59 59
Octal 374 360 311 0 5 24 1 56 131 131
Binary 11111100 11110000 11001001 0 101 10100 1 101110 1011001 1011001

Color Harmonies of #FCF0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0C9

Black with #FCF0C9

Text Example


Text Example

White with #FCF0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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