Html Css Color HEX #FDCCB8 Apricot

📋 copy color: '#FDCCB8'

red 253 ◦ green 204 ◦ blue 184

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

Shades of Apricot #FDCCB8

Tints of Apricot #FDCCB8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.83%

 BLUE value IS 184 (72.27% from 255) = 28.71%

R = 39.47%
G = 31.83%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDCCB8 (or 0xFDCCB8) is known color: Apricot. HEX triplet: FD, CC and B8. RGB value is (253,204,184). Sum of RGB (Red+Green+Blue) = 253+204+184=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 184 (72.27% from 255 or 28.71% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCB8 is #023347. Grayscale: #D8D8D8. Windows color (decimal): -144200 or 12111101. OLE color: 12111101.

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

Color convert

RGB 253 204 184 -
CMYK 0 0.19 0.27 0.01
HSL 17.39º 0.95% 0.86% -
HSV(B) 17.39º 0.27% 0.99% -
XYZ 70.75 67.53 54.65 -
YUV 216.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 253 204 184 0 0.19 0.27 0.01 17.39 0.95 0.86
Hex FD CC B8 0 13 1B 1 11 5F 56
Octal 375 314 270 0 23 33 1 21 137 126
Binary 11111101 11001100 10111000 0 10011 11011 1 10001 1011111 1010110

Color Harmonies of #FDCCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCB8

Black with #FDCCB8

Text Example


Text Example

White with #FDCCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCB8; }

 p { color: rgb(253,204,184); }

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

background-color css

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

 a { background-color: rgb(253,204,184); }

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

border-color css

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

 span { border-color: rgb(253,204,184); }

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