Html Css Color HEX #FFF1CB Oasis

📋 copy color: '#FFF1CB'

red 255 ◦ green 241 ◦ blue 203

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

Shades of Oasis #FFF1CB

Tints of Oasis #FFF1CB

RGB

 RED value IS 255 (100% from 255) = 36.48%

 GREEN value IS 241 (94.53% from 255) = 34.48%

 BLUE value IS 203 (79.69% from 255) = 29.04%

R = 36.48%
G = 34.48%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFF1CB (or 0xFFF1CB) is known color: Oasis. HEX triplet: FF, F1 and CB. RGB value is (255,241,203). Sum of RGB (Red+Green+Blue) = 255+241+203=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 203 (79.69% from 255 or 29.04% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1CB is #000E34. Grayscale: #F1F1F1. Windows color (decimal): -3637 or 13365759. OLE color: 13365759.

HSL color Cylindrical-coordinate representation of color #FFF1CB: hue angle of 43.85º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFF1CB is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 241 203 -
CMYK 0 0.05 0.20 0
HSL 43.85º 1% 0.9% -
HSV(B) 43.85º 0.2% 1% -
XYZ 83.47 88.48 69.18 -
YUV 240.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 255 241 203 0 0.05 0.20 0 43.85 1 0.9
Hex FF F1 CB 0 5 14 0 2C 64 5A
Octal 377 361 313 0 5 24 0 54 144 132
Binary 11111111 11110001 11001011 0 101 10100 0 101100 1100100 1011010

Color Harmonies of #FFF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF1CB

Black with #FFF1CB

Text Example


Text Example

White with #FFF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF1CB; }

 p { color: rgb(255,241,203); }

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

background-color css

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

 a { background-color: rgb(255,241,203); }

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

border-color css

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

 span { border-color: rgb(255,241,203); }

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