Html Css Color HEX #FCF0C4 Oasis

📋 copy color: '#FCF0C4'

red 252 ◦ green 240 ◦ blue 196

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

Shades of Oasis #FCF0C4

Tints of Oasis #FCF0C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 28.49%

R = 36.63%
G = 34.88%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCF0C4 (or 0xFCF0C4) is known color: Oasis. HEX triplet: FC, F0 and C4. RGB value is (252,240,196). Sum of RGB (Red+Green+Blue) = 252+240+196=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 196 (76.95% from 255 or 28.49% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0C4 is #030F3B. Grayscale: #EEEEEE. Windows color (decimal): -200508 or 12906748. OLE color: 12906748.

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

Color convert

RGB 252 240 196 -
CMYK 0 0.05 0.22 0.01
HSL 47.14º 0.9% 0.88% -
HSV(B) 47.14º 0.22% 0.99% -
XYZ 81.27 87 64.73 -
YUV 238.57 103.98 137.58 -
System Red Green Blue C M Y K H S L
Decimal 252 240 196 0 0.05 0.22 0.01 47.14 0.9 0.88
Hex FC F0 C4 0 5 16 1 2F 5A 58
Octal 374 360 304 0 5 26 1 57 132 130
Binary 11111100 11110000 11000100 0 101 10110 1 101111 1011010 1011000

Color Harmonies of #FCF0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0C4

Black with #FCF0C4

Text Example


Text Example

White with #FCF0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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