Html Css Color HEX #F5CDB5 Apricot

📋 copy color: '#F5CDB5'

red 245 ◦ green 205 ◦ blue 181

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

Shades of Apricot #F5CDB5

Tints of Apricot #F5CDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.68%

R = 38.83%
G = 32.49%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F5CDB5 (or 0xF5CDB5) is known color: Apricot. HEX triplet: F5, CD and B5. RGB value is (245,205,181). Sum of RGB (Red+Green+Blue) = 245+205+181=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 181 (71.09% from 255 or 28.68% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CDB5 is #0A324A. Grayscale: #D6D6D6. Windows color (decimal): -668235 or 11914741. OLE color: 11914741.

HSL color Cylindrical-coordinate representation of color #F5CDB5: hue angle of 22.5º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5CDB5 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 205 181 -
CMYK 0 0.16 0.26 0.04
HSL 22.5º 0.76% 0.84% -
HSV(B) 22.5º 0.26% 0.96% -
XYZ 67.83 66.41 52.96 -
YUV 214.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 245 205 181 0 0.16 0.26 0.04 22.5 0.76 0.84
Hex F5 CD B5 0 10 1A 4 16 4C 54
Octal 365 315 265 0 20 32 4 26 114 124
Binary 11110101 11001101 10110101 0 10000 11010 100 10110 1001100 1010100

Color Harmonies of #F5CDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CDB5

Black with #F5CDB5

Text Example


Text Example

White with #F5CDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CDB5; }

 p { color: rgb(245,205,181); }

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

background-color css

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

 a { background-color: rgb(245,205,181); }

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

border-color css

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

 span { border-color: rgb(245,205,181); }

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