Html Css Color HEX #FCCBB2 Apricot

📋 copy color: '#FCCBB2'

red 252 ◦ green 203 ◦ blue 178

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

Shades of Apricot #FCCBB2

Tints of Apricot #FCCBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.12%

R = 39.81%
G = 32.07%
B = 28.12%

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

#FCCBB2 (or 0xFCCBB2) is known color: Apricot. HEX triplet: FC, CB and B2. RGB value is (252,203,178). Sum of RGB (Red+Green+Blue) = 252+203+178=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 178 (69.92% from 255 or 28.12% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCBB2 is #03344D. Grayscale: #D6D6D6. Windows color (decimal): -209998 or 11717628. OLE color: 11717628.

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

Color convert

RGB 252 203 178 -
CMYK 0 0.19 0.29 0.01
HSL 20.27º 0.93% 0.84% -
HSV(B) 20.27º 0.29% 0.99% -
XYZ 69.54 66.62 51.31 -
YUV 214.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 252 203 178 0 0.19 0.29 0.01 20.27 0.93 0.84
Hex FC CB B2 0 13 1D 1 14 5C 54
Octal 374 313 262 0 23 35 1 24 134 124
Binary 11111100 11001011 10110010 0 10011 11101 1 10100 1011100 1010100

Color Harmonies of #FCCBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCBB2

Black with #FCCBB2

Text Example


Text Example

White with #FCCBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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