Html Css Color HEX #FDCDB7 Apricot

📋 copy color: '#FDCDB7'

red 253 ◦ green 205 ◦ blue 183

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

Shades of Apricot #FDCDB7

Tints of Apricot #FDCDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 28.55%

R = 39.47%
G = 31.98%
B = 28.55%

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

#FDCDB7 (or 0xFDCDB7) is known color: Apricot. HEX triplet: FD, CD and B7. RGB value is (253,205,183). Sum of RGB (Red+Green+Blue) = 253+205+183=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 183 (71.88% from 255 or 28.55% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDB7 is #023248. Grayscale: #D8D8D8. Windows color (decimal): -143945 or 12045821. OLE color: 12045821.

HSL color Cylindrical-coordinate representation of color #FDCDB7: hue angle of 18.86º 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 #FDCDB7 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 205 183 -
CMYK 0 0.19 0.28 0.01
HSL 18.86º 0.95% 0.85% -
HSV(B) 18.86º 0.28% 0.99% -
XYZ 70.89 67.96 54.18 -
YUV 216.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 253 205 183 0 0.19 0.28 0.01 18.86 0.95 0.85
Hex FD CD B7 0 13 1C 1 13 5F 55
Octal 375 315 267 0 23 34 1 23 137 125
Binary 11111101 11001101 10110111 0 10011 11100 1 10011 1011111 1010101

Color Harmonies of #FDCDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDB7

Black with #FDCDB7

Text Example


Text Example

White with #FDCDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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