Html Css Color HEX #FAF0CB Oasis

📋 copy color: '#FAF0CB'

red 250 ◦ green 240 ◦ blue 203

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

Shades of Oasis #FAF0CB

Tints of Oasis #FAF0CB

RGB

 RED value IS 250 (98.05% from 255) = 36.08%

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

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

R = 36.08%
G = 34.63%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAF0CB (or 0xFAF0CB) is known color: Oasis. HEX triplet: FA, F0 and CB. RGB value is (250,240,203). Sum of RGB (Red+Green+Blue) = 250+240+203=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 203 (79.69% from 255 or 29.29% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0CB is #050F34. Grayscale: #EEEEEE. Windows color (decimal): -331573 or 13365498. OLE color: 13365498.

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

Color convert

RGB 250 240 203 -
CMYK 0 0.04 0.19 0.02
HSL 47.23º 0.82% 0.89% -
HSV(B) 47.23º 0.19% 0.98% -
XYZ 81.36 86.96 69 -
YUV 238.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 250 240 203 0 0.04 0.19 0.02 47.23 0.82 0.89
Hex FA F0 CB 0 4 13 2 2F 52 59
Octal 372 360 313 0 4 23 2 57 122 131
Binary 11111010 11110000 11001011 0 100 10011 10 101111 1010010 1011001

Color Harmonies of #FAF0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF0CB

Black with #FAF0CB

Text Example


Text Example

White with #FAF0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF0CB; }

 p { color: rgb(250,240,203); }

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

background-color css

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

 a { background-color: rgb(250,240,203); }

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

border-color css

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

 span { border-color: rgb(250,240,203); }

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