Html Css Color HEX #FCCB9F Peach

📋 copy color: '#FCCB9F'

red 252 ◦ green 203 ◦ blue 159

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

Shades of Peach #FCCB9F

Tints of Peach #FCCB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.9%

R = 41.04%
G = 33.06%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCCB9F (or 0xFCCB9F) is known color: Peach. HEX triplet: FC, CB and 9F. RGB value is (252,203,159). Sum of RGB (Red+Green+Blue) = 252+203+159=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 159 (62.5% from 255 or 25.90% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB9F is #033460. Grayscale: #D4D4D4. Windows color (decimal): -210017 or 10472444. OLE color: 10472444.

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

Color convert

RGB 252 203 159 -
CMYK 0 0.19 0.37 0.01
HSL 28.39º 0.94% 0.81% -
HSV(B) 28.39º 0.37% 0.99% -
XYZ 67.76 65.91 41.95 -
YUV 212.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 252 203 159 0 0.19 0.37 0.01 28.39 0.94 0.81
Hex FC CB 9F 0 13 25 1 1C 5E 51
Octal 374 313 237 0 23 45 1 34 136 121
Binary 11111100 11001011 10011111 0 10011 100101 1 11100 1011110 1010001

Color Harmonies of #FCCB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB9F

Black with #FCCB9F

Text Example


Text Example

White with #FCCB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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