Html Css Color HEX #FCF2C9 Oasis

📋 copy color: '#FCF2C9'

red 252 ◦ green 242 ◦ blue 201

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

Shades of Oasis #FCF2C9

Tints of Oasis #FCF2C9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.82%

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

R = 36.26%
G = 34.82%
B = 28.92%

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

#FCF2C9 (or 0xFCF2C9) is known color: Oasis. HEX triplet: FC, F2 and C9. RGB value is (252,242,201). Sum of RGB (Red+Green+Blue) = 252+242+201=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 201 (78.91% from 255 or 28.92% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2C9 is #030D36. Grayscale: #F0F0F0. Windows color (decimal): -199991 or 13234940. OLE color: 13234940.

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

Color convert

RGB 252 242 201 -
CMYK 0 0.04 0.20 0.01
HSL 48.24º 0.89% 0.89% -
HSV(B) 48.24º 0.2% 0.99% -
XYZ 82.44 88.42 67.98 -
YUV 240.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 252 242 201 0 0.04 0.20 0.01 48.24 0.89 0.89
Hex FC F2 C9 0 4 14 1 30 59 59
Octal 374 362 311 0 4 24 1 60 131 131
Binary 11111100 11110010 11001001 0 100 10100 1 110000 1011001 1011001

Color Harmonies of #FCF2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2C9

Black with #FCF2C9

Text Example


Text Example

White with #FCF2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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