Html Css Color HEX #FAF0DF Island Spice

📋 copy color: '#FAF0DF'

red 250 ◦ green 240 ◦ blue 223

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

Shades of Island Spice #FAF0DF

Tints of Island Spice #FAF0DF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.66%

 BLUE value IS 223 (87.5% from 255) = 31.28%

R = 35.06%
G = 33.66%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAF0DF (or 0xFAF0DF) is known color: Island Spice. HEX triplet: FA, F0 and DF. RGB value is (250,240,223). Sum of RGB (Red+Green+Blue) = 250+240+223=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 223 (87.5% from 255 or 31.28% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0DF is #050F20. Grayscale: #F1F1F1. Windows color (decimal): -331553 or 14676218. OLE color: 14676218.

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

Color convert

RGB 250 240 223 -
CMYK 0 0.04 0.11 0.02
HSL 37.78º 0.73% 0.93% -
HSV(B) 37.78º 0.11% 0.98% -
XYZ 83.9 87.97 82.37 -
YUV 241.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 250 240 223 0 0.04 0.11 0.02 37.78 0.73 0.93
Hex FA F0 DF 0 4 B 2 26 49 5D
Octal 372 360 337 0 4 13 2 46 111 135
Binary 11111010 11110000 11011111 0 100 1011 10 100110 1001001 1011101

Color Harmonies of #FAF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF0DF

Black with #FAF0DF

Text Example


Text Example

White with #FAF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF0DF; }

 p { color: rgb(250,240,223); }

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

background-color css

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

 a { background-color: rgb(250,240,223); }

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

border-color css

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

 span { border-color: rgb(250,240,223); }

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