Html Css Color HEX #F5CFB6 Apricot

📋 copy color: '#F5CFB6'

red 245 ◦ green 207 ◦ blue 182

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

Shades of Apricot #F5CFB6

Tints of Apricot #F5CFB6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.65%

 BLUE value IS 182 (71.48% from 255) = 28.71%

R = 38.64%
G = 32.65%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F5CFB6 (or 0xF5CFB6) is known color: Apricot. HEX triplet: F5, CF and B6. RGB value is (245,207,182). Sum of RGB (Red+Green+Blue) = 245+207+182=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 182 (71.48% from 255 or 28.71% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFB6 is #0A3049. Grayscale: #D7D7D7. Windows color (decimal): -667722 or 11980789. OLE color: 11980789.

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

Color convert

RGB 245 207 182 -
CMYK 0 0.16 0.26 0.04
HSL 23.81º 0.76% 0.84% -
HSV(B) 23.81º 0.26% 0.96% -
XYZ 68.41 67.42 53.66 -
YUV 215.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 245 207 182 0 0.16 0.26 0.04 23.81 0.76 0.84
Hex F5 CF B6 0 10 1A 4 18 4C 54
Octal 365 317 266 0 20 32 4 30 114 124
Binary 11110101 11001111 10110110 0 10000 11010 100 11000 1001100 1010100

Color Harmonies of #F5CFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CFB6

Black with #F5CFB6

Text Example


Text Example

White with #F5CFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CFB6; }

 p { color: rgb(245,207,182); }

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

background-color css

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

 a { background-color: rgb(245,207,182); }

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

border-color css

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

 span { border-color: rgb(245,207,182); }

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