Html Css Color HEX #F8CBAE Apricot

📋 copy color: '#F8CBAE'

red 248 ◦ green 203 ◦ blue 174

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

Shades of Apricot #F8CBAE

Tints of Apricot #F8CBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.84%

R = 39.68%
G = 32.48%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F8CBAE (or 0xF8CBAE) is known color: Apricot. HEX triplet: F8, CB and AE. RGB value is (248,203,174). Sum of RGB (Red+Green+Blue) = 248+203+174=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 174 (68.36% from 255 or 27.84% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CBAE is #073451. Grayscale: #D5D5D5. Windows color (decimal): -472146 or 11455480. OLE color: 11455480.

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

Color convert

RGB 248 203 174 -
CMYK 0 0.18 0.30 0.03
HSL 23.51º 0.84% 0.83% -
HSV(B) 23.51º 0.3% 0.97% -
XYZ 67.71 65.72 49.16 -
YUV 213.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 248 203 174 0 0.18 0.30 0.03 23.51 0.84 0.83
Hex F8 CB AE 0 12 1E 3 18 54 53
Octal 370 313 256 0 22 36 3 30 124 123
Binary 11111000 11001011 10101110 0 10010 11110 11 11000 1010100 1010011

Color Harmonies of #F8CBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CBAE

Black with #F8CBAE

Text Example


Text Example

White with #F8CBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CBAE; }

 p { color: rgb(248,203,174); }

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

background-color css

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

 a { background-color: rgb(248,203,174); }

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

border-color css

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

 span { border-color: rgb(248,203,174); }

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