Html Css Color HEX #F7F1DE Apricot White

📋 copy color: '#F7F1DE'

red 247 ◦ green 241 ◦ blue 222

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

Shades of Apricot White #F7F1DE

Tints of Apricot White #F7F1DE

RGB

 RED value IS 247 (96.88% from 255) = 34.79%

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

 BLUE value IS 222 (87.11% from 255) = 31.27%

R = 34.79%
G = 33.94%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F7F1DE (or 0xF7F1DE) is known color: Apricot White. HEX triplet: F7, F1 and DE. RGB value is (247,241,222). Sum of RGB (Red+Green+Blue) = 247+241+222=710 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.79% from 710); Green value is 241 (94.53% from 255 or 33.94% from 710); Blue value is 222 (87.11% from 255 or 31.27% from 710); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F1DE is #080E21. Grayscale: #F0F0F0. Windows color (decimal): -527906 or 14610935. OLE color: 14610935.

HSL color Cylindrical-coordinate representation of color #F7F1DE: hue angle of 45.6º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7F1DE is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 241 222 -
CMYK 0 0.02 0.10 0.03
HSL 45.6º 0.61% 0.92% -
HSV(B) 45.6º 0.1% 0.97% -
XYZ 83 87.96 81.71 -
YUV 240.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 247 241 222 0 0.02 0.10 0.03 45.6 0.61 0.92
Hex F7 F1 DE 0 2 A 3 2E 3D 5C
Octal 367 361 336 0 2 12 3 56 75 134
Binary 11110111 11110001 11011110 0 10 1010 11 101110 111101 1011100

Color Harmonies of #F7F1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F1DE

Black with #F7F1DE

Text Example


Text Example

White with #F7F1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F1DE; }

 p { color: rgb(247,241,222); }

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

background-color css

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

 a { background-color: rgb(247,241,222); }

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

border-color css

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

 span { border-color: rgb(247,241,222); }

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