Html Css Color HEX #F7CBB4 Apricot

📋 copy color: '#F7CBB4'

red 247 ◦ green 203 ◦ blue 180

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

Shades of Apricot #F7CBB4

Tints of Apricot #F7CBB4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.22%

 BLUE value IS 180 (70.7% from 255) = 28.57%

R = 39.21%
G = 32.22%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F7CBB4 (or 0xF7CBB4) is known color: Apricot. HEX triplet: F7, CB and B4. RGB value is (247,203,180). Sum of RGB (Red+Green+Blue) = 247+203+180=630 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.21% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 180 (70.70% from 255 or 28.57% from 630); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CBB4 is #08344B. Grayscale: #D5D5D5. Windows color (decimal): -537676 or 11848695. OLE color: 11848695.

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

Color convert

RGB 247 203 180 -
CMYK 0 0.18 0.27 0.03
HSL 20.6º 0.81% 0.84% -
HSV(B) 20.6º 0.27% 0.97% -
XYZ 67.95 65.78 52.3 -
YUV 213.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 247 203 180 0 0.18 0.27 0.03 20.6 0.81 0.84
Hex F7 CB B4 0 12 1B 3 15 51 54
Octal 367 313 264 0 22 33 3 25 121 124
Binary 11110111 11001011 10110100 0 10010 11011 11 10101 1010001 1010100

Color Harmonies of #F7CBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CBB4

Black with #F7CBB4

Text Example


Text Example

White with #F7CBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CBB4; }

 p { color: rgb(247,203,180); }

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

background-color css

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

 a { background-color: rgb(247,203,180); }

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

border-color css

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

 span { border-color: rgb(247,203,180); }

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