Html Css Color HEX #FDCDB4 Apricot

📋 copy color: '#FDCDB4'

red 253 ◦ green 205 ◦ blue 180

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

Shades of Apricot #FDCDB4

Tints of Apricot #FDCDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.21%

R = 39.66%
G = 32.13%
B = 28.21%

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

#FDCDB4 (or 0xFDCDB4) is known color: Apricot. HEX triplet: FD, CD and B4. RGB value is (253,205,180). Sum of RGB (Red+Green+Blue) = 253+205+180=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 180 (70.70% from 255 or 28.21% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDB4 is #02324B. Grayscale: #D8D8D8. Windows color (decimal): -143948 or 11849213. OLE color: 11849213.

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

Color convert

RGB 253 205 180 -
CMYK 0 0.19 0.29 0.01
HSL 20.55º 0.95% 0.85% -
HSV(B) 20.55º 0.29% 0.99% -
XYZ 70.58 67.84 52.55 -
YUV 216.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 253 205 180 0 0.19 0.29 0.01 20.55 0.95 0.85
Hex FD CD B4 0 13 1D 1 15 5F 55
Octal 375 315 264 0 23 35 1 25 137 125
Binary 11111101 11001101 10110100 0 10011 11101 1 10101 1011111 1010101

Color Harmonies of #FDCDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDB4

Black with #FDCDB4

Text Example


Text Example

White with #FDCDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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