Html Css Color HEX #F5CFAF Apricot

📋 copy color: '#F5CFAF'

red 245 ◦ green 207 ◦ blue 175

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

Shades of Apricot #F5CFAF

Tints of Apricot #F5CFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.91%

R = 39.07%
G = 33.01%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5CFAF (or 0xF5CFAF) is known color: Apricot. HEX triplet: F5, CF and AF. RGB value is (245,207,175). Sum of RGB (Red+Green+Blue) = 245+207+175=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CFAF is #0A3050. Grayscale: #D6D6D6. Windows color (decimal): -667729 or 11522037. OLE color: 11522037.

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

Color convert

RGB 245 207 175 -
CMYK 0 0.16 0.29 0.04
HSL 27.43º 0.78% 0.82% -
HSV(B) 27.43º 0.29% 0.96% -
XYZ 67.71 67.13 49.95 -
YUV 214.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 245 207 175 0 0.16 0.29 0.04 27.43 0.78 0.82
Hex F5 CF AF 0 10 1D 4 1B 4E 52
Octal 365 317 257 0 20 35 4 33 116 122
Binary 11110101 11001111 10101111 0 10000 11101 100 11011 1001110 1010010

Color Harmonies of #F5CFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CFAF

Black with #F5CFAF

Text Example


Text Example

White with #F5CFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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