Html Css Color HEX #F7CFB3 Apricot

📋 copy color: '#F7CFB3'

red 247 ◦ green 207 ◦ blue 179

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

Shades of Apricot #F7CFB3

Tints of Apricot #F7CFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.28%

R = 39.02%
G = 32.7%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F7CFB3 (or 0xF7CFB3) is known color: Apricot. HEX triplet: F7, CF and B3. RGB value is (247,207,179). Sum of RGB (Red+Green+Blue) = 247+207+179=633 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.02% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 179 (70.31% from 255 or 28.28% from 633); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFB3 is #08304C. Grayscale: #D7D7D7. Windows color (decimal): -536653 or 11784183. OLE color: 11784183.

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

Color convert

RGB 247 207 179 -
CMYK 0 0.16 0.28 0.03
HSL 24.71º 0.81% 0.84% -
HSV(B) 24.71º 0.28% 0.97% -
XYZ 68.81 67.65 52.08 -
YUV 215.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 247 207 179 0 0.16 0.28 0.03 24.71 0.81 0.84
Hex F7 CF B3 0 10 1C 3 19 51 54
Octal 367 317 263 0 20 34 3 31 121 124
Binary 11110111 11001111 10110011 0 10000 11100 11 11001 1010001 1010100

Color Harmonies of #F7CFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CFB3

Black with #F7CFB3

Text Example


Text Example

White with #F7CFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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