Html Css Color HEX #F7CFAF Apricot

📋 copy color: '#F7CFAF'

red 247 ◦ green 207 ◦ blue 175

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

Shades of Apricot #F7CFAF

Tints of Apricot #F7CFAF

RGB

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

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

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

R = 39.27%
G = 32.91%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F7CFAF (or 0xF7CFAF) is known color: Apricot. HEX triplet: F7, CF and AF. RGB value is (247,207,175). Sum of RGB (Red+Green+Blue) = 247+207+175=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CFAF is #083050. Grayscale: #D7D7D7. Windows color (decimal): -536657 or 11522039. OLE color: 11522039.

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

Color convert

RGB 247 207 175 -
CMYK 0 0.16 0.29 0.03
HSL 26.67º 0.82% 0.83% -
HSV(B) 26.67º 0.29% 0.97% -
XYZ 68.41 67.49 49.98 -
YUV 215.31 105.25 150.6 -
System Red Green Blue C M Y K H S L
Decimal 247 207 175 0 0.16 0.29 0.03 26.67 0.82 0.83
Hex F7 CF AF 0 10 1D 3 1B 52 53
Octal 367 317 257 0 20 35 3 33 122 123
Binary 11110111 11001111 10101111 0 10000 11101 11 11011 1010010 1010011

Color Harmonies of #F7CFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CFAF

Black with #F7CFAF

Text Example


Text Example

White with #F7CFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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