Html Css Color HEX #F7CDB0 Apricot

📋 copy color: '#F7CDB0'

red 247 ◦ green 205 ◦ blue 176

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

Shades of Apricot #F7CDB0

Tints of Apricot #F7CDB0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.64%

 BLUE value IS 176 (69.14% from 255) = 28.03%

R = 39.33%
G = 32.64%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F7CDB0 (or 0xF7CDB0) is known color: Apricot. HEX triplet: F7, CD and B0. RGB value is (247,205,176). Sum of RGB (Red+Green+Blue) = 247+205+176=628 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.33% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 176 (69.14% from 255 or 28.03% from 628); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CDB0 is #08324F. Grayscale: #D6D6D6. Windows color (decimal): -537168 or 11587063. OLE color: 11587063.

HSL color Cylindrical-coordinate representation of color #F7CDB0: hue angle of 24.51º 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 #F7CDB0 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 205 176 -
CMYK 0 0.17 0.29 0.03
HSL 24.51º 0.82% 0.83% -
HSV(B) 24.51º 0.29% 0.97% -
XYZ 68.03 66.57 50.34 -
YUV 214.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 247 205 176 0 0.17 0.29 0.03 24.51 0.82 0.83
Hex F7 CD B0 0 11 1D 3 19 52 53
Octal 367 315 260 0 21 35 3 31 122 123
Binary 11110111 11001101 10110000 0 10001 11101 11 11001 1010010 1010011

Color Harmonies of #F7CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CDB0

Black with #F7CDB0

Text Example


Text Example

White with #F7CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CDB0; }

 p { color: rgb(247,205,176); }

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

background-color css

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

 a { background-color: rgb(247,205,176); }

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

border-color css

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

 span { border-color: rgb(247,205,176); }

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