Html Css Color HEX #F8CDB1 Apricot

📋 copy color: '#F8CDB1'

red 248 ◦ green 205 ◦ blue 177

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

Shades of Apricot #F8CDB1

Tints of Apricot #F8CDB1

RGB

 RED value IS 248 (97.27% from 255) = 39.37%

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

 BLUE value IS 177 (69.53% from 255) = 28.1%

R = 39.37%
G = 32.54%
B = 28.1%

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

#F8CDB1 (or 0xF8CDB1) is known color: Apricot. HEX triplet: F8, CD and B1. RGB value is (248,205,177). Sum of RGB (Red+Green+Blue) = 248+205+177=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 177 (69.53% from 255 or 28.10% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CDB1 is #07324E. Grayscale: #D6D6D6. Windows color (decimal): -471631 or 11652600. OLE color: 11652600.

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

Color convert

RGB 248 205 177 -
CMYK 0 0.17 0.29 0.03
HSL 23.66º 0.84% 0.83% -
HSV(B) 23.66º 0.29% 0.97% -
XYZ 68.48 66.79 50.88 -
YUV 214.67 106.75 151.78 -
System Red Green Blue C M Y K H S L
Decimal 248 205 177 0 0.17 0.29 0.03 23.66 0.84 0.83
Hex F8 CD B1 0 11 1D 3 18 54 53
Octal 370 315 261 0 21 35 3 30 124 123
Binary 11111000 11001101 10110001 0 10001 11101 11 11000 1010100 1010011

Color Harmonies of #F8CDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CDB1

Black with #F8CDB1

Text Example


Text Example

White with #F8CDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CDB1; }

 p { color: rgb(248,205,177); }

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

background-color css

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

 a { background-color: rgb(248,205,177); }

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

border-color css

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

 span { border-color: rgb(248,205,177); }

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