Html Css Color HEX #FAF1E0 Island Spice

📋 copy color: '#FAF1E0'

red 250 ◦ green 241 ◦ blue 224

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

Shades of Island Spice #FAF1E0

Tints of Island Spice #FAF1E0

RGB

 RED value IS 250 (98.05% from 255) = 34.97%

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

 BLUE value IS 224 (87.89% from 255) = 31.33%

R = 34.97%
G = 33.71%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAF1E0 (or 0xFAF1E0) is known color: Island Spice. HEX triplet: FA, F1 and E0. RGB value is (250,241,224). Sum of RGB (Red+Green+Blue) = 250+241+224=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 224 (87.89% from 255 or 31.33% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1E0 is #050E1F. Grayscale: #F1F1F1. Windows color (decimal): -331296 or 14742010. OLE color: 14742010.

HSL color Cylindrical-coordinate representation of color #FAF1E0: hue angle of 39.23º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAF1E0 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 241 224 -
CMYK 0 0.04 0.10 0.02
HSL 39.23º 0.72% 0.93% -
HSV(B) 39.23º 0.1% 0.98% -
XYZ 84.33 88.62 83.18 -
YUV 241.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 250 241 224 0 0.04 0.10 0.02 39.23 0.72 0.93
Hex FA F1 E0 0 4 A 2 27 48 5D
Octal 372 361 340 0 4 12 2 47 110 135
Binary 11111010 11110001 11100000 0 100 1010 10 100111 1001000 1011101

Color Harmonies of #FAF1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF1E0

Black with #FAF1E0

Text Example


Text Example

White with #FAF1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF1E0; }

 p { color: rgb(250,241,224); }

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

background-color css

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

 a { background-color: rgb(250,241,224); }

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

border-color css

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

 span { border-color: rgb(250,241,224); }

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