Html Css Color HEX #FCF0BD Oasis

📋 copy color: '#FCF0BD'

red 252 ◦ green 240 ◦ blue 189

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

Shades of Oasis #FCF0BD

Tints of Oasis #FCF0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 27.75%

R = 37%
G = 35.24%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCF0BD (or 0xFCF0BD) is known color: Oasis. HEX triplet: FC, F0 and BD. RGB value is (252,240,189). Sum of RGB (Red+Green+Blue) = 252+240+189=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 189 (74.22% from 255 or 27.75% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0BD is #030F42. Grayscale: #EDEDED. Windows color (decimal): -200515 or 12447996. OLE color: 12447996.

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

Color convert

RGB 252 240 189 -
CMYK 0 0.05 0.25 0.01
HSL 48.57º 0.91% 0.86% -
HSV(B) 48.57º 0.25% 0.99% -
XYZ 80.49 86.69 60.63 -
YUV 237.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 252 240 189 0 0.05 0.25 0.01 48.57 0.91 0.86
Hex FC F0 BD 0 5 19 1 31 5B 56
Octal 374 360 275 0 5 31 1 61 133 126
Binary 11111100 11110000 10111101 0 101 11001 1 110001 1011011 1010110

Color Harmonies of #FCF0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0BD

Black with #FCF0BD

Text Example


Text Example

White with #FCF0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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