Html Css Color HEX #FCF1C9 Oasis

📋 copy color: '#FCF1C9'

red 252 ◦ green 241 ◦ blue 201

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

Shades of Oasis #FCF1C9

Tints of Oasis #FCF1C9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.73%

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

R = 36.31%
G = 34.73%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCF1C9 (or 0xFCF1C9) is known color: Oasis. HEX triplet: FC, F1 and C9. RGB value is (252,241,201). Sum of RGB (Red+Green+Blue) = 252+241+201=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 201 (78.91% from 255 or 28.96% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1C9 is #030E36. Grayscale: #EFEFEF. Windows color (decimal): -200247 or 13234684. OLE color: 13234684.

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

Color convert

RGB 252 241 201 -
CMYK 0 0.04 0.20 0.01
HSL 47.06º 0.89% 0.89% -
HSV(B) 47.06º 0.2% 0.99% -
XYZ 82.14 87.82 67.88 -
YUV 239.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 252 241 201 0 0.04 0.20 0.01 47.06 0.89 0.89
Hex FC F1 C9 0 4 14 1 2F 59 59
Octal 374 361 311 0 4 24 1 57 131 131
Binary 11111100 11110001 11001001 0 100 10100 1 101111 1011001 1011001

Color Harmonies of #FCF1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1C9

Black with #FCF1C9

Text Example


Text Example

White with #FCF1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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