Html Css Color HEX #F5D1B4 Apricot

📋 copy color: '#F5D1B4'

red 245 ◦ green 209 ◦ blue 180

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

Shades of Apricot #F5D1B4

Tints of Apricot #F5D1B4

RGB

 RED value IS 245 (96.09% from 255) = 38.64%

 GREEN value IS 209 (82.03% from 255) = 32.97%

 BLUE value IS 180 (70.7% from 255) = 28.39%

R = 38.64%
G = 32.97%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F5D1B4 (or 0xF5D1B4) is known color: Apricot. HEX triplet: F5, D1 and B4. RGB value is (245,209,180). Sum of RGB (Red+Green+Blue) = 245+209+180=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 180 (70.70% from 255 or 28.39% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D1B4 is #0A2E4B. Grayscale: #D8D8D8. Windows color (decimal): -667212 or 11850229. OLE color: 11850229.

HSL color Cylindrical-coordinate representation of color #F5D1B4: hue angle of 26.77º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5D1B4 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 209 180 -
CMYK 0 0.15 0.27 0.04
HSL 26.77º 0.76% 0.83% -
HSV(B) 26.77º 0.27% 0.96% -
XYZ 68.69 68.31 52.74 -
YUV 216.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 245 209 180 0 0.15 0.27 0.04 26.77 0.76 0.83
Hex F5 D1 B4 0 F 1B 4 1B 4C 53
Octal 365 321 264 0 17 33 4 33 114 123
Binary 11110101 11010001 10110100 0 1111 11011 100 11011 1001100 1010011

Color Harmonies of #F5D1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D1B4

Black with #F5D1B4

Text Example


Text Example

White with #F5D1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D1B4; }

 p { color: rgb(245,209,180); }

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

background-color css

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

 a { background-color: rgb(245,209,180); }

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

border-color css

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

 span { border-color: rgb(245,209,180); }

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