Html Css Color HEX #F4CFB3 Apricot

📋 copy color: '#F4CFB3'

red 244 ◦ green 207 ◦ blue 179

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

Shades of Apricot #F4CFB3

Tints of Apricot #F4CFB3

RGB

 RED value IS 244 (95.7% from 255) = 38.73%

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

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

R = 38.73%
G = 32.86%
B = 28.41%

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

#F4CFB3 (or 0xF4CFB3) is known color: Apricot. HEX triplet: F4, CF and B3. RGB value is (244,207,179). Sum of RGB (Red+Green+Blue) = 244+207+179=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 179 (70.31% from 255 or 28.41% from 630); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFB3 is #0B304C. Grayscale: #D7D7D7. Windows color (decimal): -733261 or 11784180. OLE color: 11784180.

HSL color Cylindrical-coordinate representation of color #F4CFB3: hue angle of 25.85º degrees, saturation: 0.75, 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 #F4CFB3 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 207 179 -
CMYK 0 0.15 0.27 0.04
HSL 25.85º 0.75% 0.83% -
HSV(B) 25.85º 0.27% 0.96% -
XYZ 67.76 67.11 52.03 -
YUV 214.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 244 207 179 0 0.15 0.27 0.04 25.85 0.75 0.83
Hex F4 CF B3 0 F 1B 4 1A 4B 53
Octal 364 317 263 0 17 33 4 32 113 123
Binary 11110100 11001111 10110011 0 1111 11011 100 11010 1001011 1010011

Color Harmonies of #F4CFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CFB3

Black with #F4CFB3

Text Example


Text Example

White with #F4CFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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