Html Css Color HEX #FCEABF Oasis

📋 copy color: '#FCEABF'

red 252 ◦ green 234 ◦ blue 191

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

Shades of Oasis #FCEABF

Tints of Oasis #FCEABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 28.21%

R = 37.22%
G = 34.56%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCEABF (or 0xFCEABF) is known color: Oasis. HEX triplet: FC, EA and BF. RGB value is (252,234,191). Sum of RGB (Red+Green+Blue) = 252+234+191=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 191 (75% from 255 or 28.21% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEABF is #031540. Grayscale: #EAEAEA. Windows color (decimal): -202049 or 12577532. OLE color: 12577532.

HSL color Cylindrical-coordinate representation of color #FCEABF: hue angle of 42.3º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCEABF is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 234 191 -
CMYK 0 0.07 0.24 0.01
HSL 42.3º 0.91% 0.87% -
HSV(B) 42.3º 0.24% 0.99% -
XYZ 78.97 83.3 61.21 -
YUV 234.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 252 234 191 0 0.07 0.24 0.01 42.3 0.91 0.87
Hex FC EA BF 0 7 18 1 2A 5B 57
Octal 374 352 277 0 7 30 1 52 133 127
Binary 11111100 11101010 10111111 0 111 11000 1 101010 1011011 1010111

Color Harmonies of #FCEABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEABF

Black with #FCEABF

Text Example


Text Example

White with #FCEABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEABF; }

 p { color: rgb(252,234,191); }

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

background-color css

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

 a { background-color: rgb(252,234,191); }

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

border-color css

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

 span { border-color: rgb(252,234,191); }

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