Html Css Color HEX #FCF1CB Oasis

📋 copy color: '#FCF1CB'

red 252 ◦ green 241 ◦ blue 203

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

Shades of Oasis #FCF1CB

Tints of Oasis #FCF1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.17%

R = 36.21%
G = 34.63%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCF1CB (or 0xFCF1CB) is known color: Oasis. HEX triplet: FC, F1 and CB. RGB value is (252,241,203). Sum of RGB (Red+Green+Blue) = 252+241+203=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 203 (79.69% from 255 or 29.17% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1CB is #030E34. Grayscale: #F0F0F0. Windows color (decimal): -200245 or 13365756. OLE color: 13365756.

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

Color convert

RGB 252 241 203 -
CMYK 0 0.04 0.19 0.01
HSL 46.53º 0.89% 0.89% -
HSV(B) 46.53º 0.19% 0.99% -
XYZ 82.38 87.92 69.13 -
YUV 239.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 252 241 203 0 0.04 0.19 0.01 46.53 0.89 0.89
Hex FC F1 CB 0 4 13 1 2F 59 59
Octal 374 361 313 0 4 23 1 57 131 131
Binary 11111100 11110001 11001011 0 100 10011 1 101111 1011001 1011001

Color Harmonies of #FCF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1CB

Black with #FCF1CB

Text Example


Text Example

White with #FCF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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