Html Css Color HEX #FBEFC6 Oasis

📋 copy color: '#FBEFC6'

red 251 ◦ green 239 ◦ blue 198

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

Shades of Oasis #FBEFC6

Tints of Oasis #FBEFC6

RGB

 RED value IS 251 (98.44% from 255) = 36.48%

 GREEN value IS 239 (93.75% from 255) = 34.74%

 BLUE value IS 198 (77.73% from 255) = 28.78%

R = 36.48%
G = 34.74%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FBEFC6 (or 0xFBEFC6) is known color: Oasis. HEX triplet: FB, EF and C6. RGB value is (251,239,198). Sum of RGB (Red+Green+Blue) = 251+239+198=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 198 (77.73% from 255 or 28.78% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFC6 is #041039. Grayscale: #EEEEEE. Windows color (decimal): -266298 or 13037563. OLE color: 13037563.

HSL color Cylindrical-coordinate representation of color #FBEFC6: hue angle of 46.42º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBEFC6 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 239 198 -
CMYK 0 0.05 0.21 0.02
HSL 46.42º 0.87% 0.88% -
HSV(B) 46.42º 0.21% 0.98% -
XYZ 80.84 86.32 65.83 -
YUV 237.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 251 239 198 0 0.05 0.21 0.02 46.42 0.87 0.88
Hex FB EF C6 0 5 15 2 2E 57 58
Octal 373 357 306 0 5 25 2 56 127 130
Binary 11111011 11101111 11000110 0 101 10101 10 101110 1010111 1011000

Color Harmonies of #FBEFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEFC6

Black with #FBEFC6

Text Example


Text Example

White with #FBEFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEFC6; }

 p { color: rgb(251,239,198); }

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

background-color css

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

 a { background-color: rgb(251,239,198); }

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

border-color css

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

 span { border-color: rgb(251,239,198); }

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