Html Css Color HEX #FDCDB5 Apricot

📋 copy color: '#FDCDB5'

red 253 ◦ green 205 ◦ blue 181

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

Shades of Apricot #FDCDB5

Tints of Apricot #FDCDB5

RGB

 RED value IS 253 (99.22% from 255) = 39.59%

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

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

R = 39.59%
G = 32.08%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDCDB5 (or 0xFDCDB5) is known color: Apricot. HEX triplet: FD, CD and B5. RGB value is (253,205,181). Sum of RGB (Red+Green+Blue) = 253+205+181=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 181 (71.09% from 255 or 28.33% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDB5 is #02324A. Grayscale: #D8D8D8. Windows color (decimal): -143947 or 11914749. OLE color: 11914749.

HSL color Cylindrical-coordinate representation of color #FDCDB5: hue angle of 20º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDCDB5 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 205 181 -
CMYK 0 0.19 0.28 0.01
HSL 20º 0.95% 0.85% -
HSV(B) 20º 0.28% 0.99% -
XYZ 70.68 67.88 53.09 -
YUV 216.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 253 205 181 0 0.19 0.28 0.01 20 0.95 0.85
Hex FD CD B5 0 13 1C 1 14 5F 55
Octal 375 315 265 0 23 34 1 24 137 125
Binary 11111101 11001101 10110101 0 10011 11100 1 10100 1011111 1010101

Color Harmonies of #FDCDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDB5

Black with #FDCDB5

Text Example


Text Example

White with #FDCDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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