Html Css Color HEX #F5CBB2 Apricot

📋 copy color: '#F5CBB2'

red 245 ◦ green 203 ◦ blue 178

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

Shades of Apricot #F5CBB2

Tints of Apricot #F5CBB2

RGB

 RED value IS 245 (96.09% from 255) = 39.14%

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

 BLUE value IS 178 (69.92% from 255) = 28.43%

R = 39.14%
G = 32.43%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F5CBB2 (or 0xF5CBB2) is known color: Apricot. HEX triplet: F5, CB and B2. RGB value is (245,203,178). Sum of RGB (Red+Green+Blue) = 245+203+178=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 178 (69.92% from 255 or 28.43% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CBB2 is #0A344D. Grayscale: #D4D4D4. Windows color (decimal): -668750 or 11717621. OLE color: 11717621.

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

Color convert

RGB 245 203 178 -
CMYK 0 0.17 0.27 0.04
HSL 22.39º 0.77% 0.83% -
HSV(B) 22.39º 0.27% 0.96% -
XYZ 67.05 65.34 51.2 -
YUV 212.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 245 203 178 0 0.17 0.27 0.04 22.39 0.77 0.83
Hex F5 CB B2 0 11 1B 4 16 4D 53
Octal 365 313 262 0 21 33 4 26 115 123
Binary 11110101 11001011 10110010 0 10001 11011 100 10110 1001101 1010011

Color Harmonies of #F5CBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CBB2

Black with #F5CBB2

Text Example


Text Example

White with #F5CBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CBB2; }

 p { color: rgb(245,203,178); }

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

background-color css

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

 a { background-color: rgb(245,203,178); }

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

border-color css

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

 span { border-color: rgb(245,203,178); }

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