Html Css Color HEX #FBEAC2 Oasis

📋 copy color: '#FBEAC2'

red 251 ◦ green 234 ◦ blue 194

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

Shades of Oasis #FBEAC2

Tints of Oasis #FBEAC2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.46%

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

R = 36.97%
G = 34.46%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FBEAC2 (or 0xFBEAC2) is known color: Oasis. HEX triplet: FB, EA and C2. RGB value is (251,234,194). Sum of RGB (Red+Green+Blue) = 251+234+194=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 194 (76.17% from 255 or 28.57% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEAC2 is #04153D. Grayscale: #EAEAEA. Windows color (decimal): -267582 or 12774139. OLE color: 12774139.

HSL color Cylindrical-coordinate representation of color #FBEAC2: hue angle of 42.11º 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 #FBEAC2 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 234 194 -
CMYK 0 0.07 0.23 0.02
HSL 42.11º 0.88% 0.87% -
HSV(B) 42.11º 0.23% 0.98% -
XYZ 78.94 83.25 62.95 -
YUV 234.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 251 234 194 0 0.07 0.23 0.02 42.11 0.88 0.87
Hex FB EA C2 0 7 17 2 2A 58 57
Octal 373 352 302 0 7 27 2 52 130 127
Binary 11111011 11101010 11000010 0 111 10111 10 101010 1011000 1010111

Color Harmonies of #FBEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEAC2

Black with #FBEAC2

Text Example


Text Example

White with #FBEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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