Html Css Color HEX #FCECC6 Oasis

📋 copy color: '#FCECC6'

red 252 ◦ green 236 ◦ blue 198

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

Shades of Oasis #FCECC6

Tints of Oasis #FCECC6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.4%

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

R = 36.73%
G = 34.4%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCECC6 (or 0xFCECC6) is known color: Oasis. HEX triplet: FC, EC and C6. RGB value is (252,236,198). Sum of RGB (Red+Green+Blue) = 252+236+198=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 198 (77.73% from 255 or 28.86% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECC6 is #031339. Grayscale: #ECECEC. Windows color (decimal): -201530 or 13036796. OLE color: 13036796.

HSL color Cylindrical-coordinate representation of color #FCECC6: hue angle of 42.22º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCECC6 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 236 198 -
CMYK 0 0.06 0.21 0.01
HSL 42.22º 0.9% 0.88% -
HSV(B) 42.22º 0.21% 0.99% -
XYZ 80.33 84.76 65.55 -
YUV 236.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 252 236 198 0 0.06 0.21 0.01 42.22 0.9 0.88
Hex FC EC C6 0 6 15 1 2A 5A 58
Octal 374 354 306 0 6 25 1 52 132 130
Binary 11111100 11101100 11000110 0 110 10101 1 101010 1011010 1011000

Color Harmonies of #FCECC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCECC6

Black with #FCECC6

Text Example


Text Example

White with #FCECC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCECC6; }

 p { color: rgb(252,236,198); }

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

background-color css

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

 a { background-color: rgb(252,236,198); }

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

border-color css

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

 span { border-color: rgb(252,236,198); }

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