Html Css Color HEX #FDCDB6 Apricot

📋 copy color: '#FDCDB6'

red 253 ◦ green 205 ◦ blue 182

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

Shades of Apricot #FDCDB6

Tints of Apricot #FDCDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 28.44%

R = 39.53%
G = 32.03%
B = 28.44%

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

#FDCDB6 (or 0xFDCDB6) is known color: Apricot. HEX triplet: FD, CD and B6. RGB value is (253,205,182). Sum of RGB (Red+Green+Blue) = 253+205+182=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 182 (71.48% from 255 or 28.44% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDB6 is #023249. Grayscale: #D8D8D8. Windows color (decimal): -143946 or 11980285. OLE color: 11980285.

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

Color convert

RGB 253 205 182 -
CMYK 0 0.19 0.28 0.01
HSL 19.44º 0.95% 0.85% -
HSV(B) 19.44º 0.28% 0.99% -
XYZ 70.78 67.92 53.64 -
YUV 216.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 253 205 182 0 0.19 0.28 0.01 19.44 0.95 0.85
Hex FD CD B6 0 13 1C 1 13 5F 55
Octal 375 315 266 0 23 34 1 23 137 125
Binary 11111101 11001101 10110110 0 10011 11100 1 10011 1011111 1010101

Color Harmonies of #FDCDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDB6

Black with #FDCDB6

Text Example


Text Example

White with #FDCDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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