Html Css Color HEX #FDCDB3 Apricot

📋 copy color: '#FDCDB3'

red 253 ◦ green 205 ◦ blue 179

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

Shades of Apricot #FDCDB3

Tints of Apricot #FDCDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.1%

R = 39.72%
G = 32.18%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDCDB3 (or 0xFDCDB3) is known color: Apricot. HEX triplet: FD, CD and B3. RGB value is (253,205,179). Sum of RGB (Red+Green+Blue) = 253+205+179=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDB3 is #02324C. Grayscale: #D8D8D8. Windows color (decimal): -143949 or 11783677. OLE color: 11783677.

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

Color convert

RGB 253 205 179 -
CMYK 0 0.19 0.29 0.01
HSL 21.08º 0.95% 0.85% -
HSV(B) 21.08º 0.29% 0.99% -
XYZ 70.48 67.8 52.02 -
YUV 216.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 253 205 179 0 0.19 0.29 0.01 21.08 0.95 0.85
Hex FD CD B3 0 13 1D 1 15 5F 55
Octal 375 315 263 0 23 35 1 25 137 125
Binary 11111101 11001101 10110011 0 10011 11101 1 10101 1011111 1010101

Color Harmonies of #FDCDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDB3

Black with #FDCDB3

Text Example


Text Example

White with #FDCDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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