Html Css Color HEX #FBEFC2 Oasis

📋 copy color: '#FBEFC2'

red 251 ◦ green 239 ◦ blue 194

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

Shades of Oasis #FBEFC2

Tints of Oasis #FBEFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 28.36%

R = 36.7%
G = 34.94%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FBEFC2 (or 0xFBEFC2) is known color: Oasis. HEX triplet: FB, EF and C2. RGB value is (251,239,194). Sum of RGB (Red+Green+Blue) = 251+239+194=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 194 (76.17% from 255 or 28.36% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFC2 is #04103D. Grayscale: #EDEDED. Windows color (decimal): -266302 or 12775419. OLE color: 12775419.

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

Color convert

RGB 251 239 194 -
CMYK 0 0.05 0.23 0.02
HSL 47.37º 0.88% 0.87% -
HSV(B) 47.37º 0.23% 0.98% -
XYZ 80.39 86.14 63.43 -
YUV 237.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 251 239 194 0 0.05 0.23 0.02 47.37 0.88 0.87
Hex FB EF C2 0 5 17 2 2F 58 57
Octal 373 357 302 0 5 27 2 57 130 127
Binary 11111011 11101111 11000010 0 101 10111 10 101111 1011000 1010111

Color Harmonies of #FBEFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEFC2

Black with #FBEFC2

Text Example


Text Example

White with #FBEFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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