Html Css Color HEX #FCCBAD Apricot

📋 copy color: '#FCCBAD'

red 252 ◦ green 203 ◦ blue 173

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

Shades of Apricot #FCCBAD

Tints of Apricot #FCCBAD

RGB

 RED value IS 252 (98.83% from 255) = 40.13%

 GREEN value IS 203 (79.69% from 255) = 32.32%

 BLUE value IS 173 (67.97% from 255) = 27.55%

R = 40.13%
G = 32.32%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCCBAD (or 0xFCCBAD) is known color: Apricot. HEX triplet: FC, CB and AD. RGB value is (252,203,173). Sum of RGB (Red+Green+Blue) = 252+203+173=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCBAD is #033452. Grayscale: #D6D6D6. Windows color (decimal): -210003 or 11389948. OLE color: 11389948.

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

Color convert

RGB 252 203 173 -
CMYK 0 0.19 0.31 0.01
HSL 22.78º 0.93% 0.83% -
HSV(B) 22.78º 0.31% 0.99% -
XYZ 69.04 66.42 48.72 -
YUV 214.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 252 203 173 0 0.19 0.31 0.01 22.78 0.93 0.83
Hex FC CB AD 0 13 1F 1 17 5D 53
Octal 374 313 255 0 23 37 1 27 135 123
Binary 11111100 11001011 10101101 0 10011 11111 1 10111 1011101 1010011

Color Harmonies of #FCCBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCBAD

Black with #FCCBAD

Text Example


Text Example

White with #FCCBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCBAD; }

 p { color: rgb(252,203,173); }

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

background-color css

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

 a { background-color: rgb(252,203,173); }

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

border-color css

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

 span { border-color: rgb(252,203,173); }

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