Html Css Color HEX #FDCB9F Peach

📋 copy color: '#FDCB9F'

red 253 ◦ green 203 ◦ blue 159

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

Shades of Peach #FDCB9F

Tints of Peach #FDCB9F

RGB

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

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

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

R = 41.14%
G = 33.01%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDCB9F (or 0xFDCB9F) is known color: Peach. HEX triplet: FD, CB and 9F. RGB value is (253,203,159). Sum of RGB (Red+Green+Blue) = 253+203+159=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCB9F is #023460. Grayscale: #D5D5D5. Windows color (decimal): -144481 or 10472445. OLE color: 10472445.

HSL color Cylindrical-coordinate representation of color #FDCB9F: hue angle of 28.09º degrees, saturation: 0.96, 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 #FDCB9F is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 203 159 -
CMYK 0 0.20 0.37 0.01
HSL 28.09º 0.96% 0.81% -
HSV(B) 28.09º 0.37% 0.99% -
XYZ 68.12 66.1 41.97 -
YUV 212.93 97.57 156.58 -
System Red Green Blue C M Y K H S L
Decimal 253 203 159 0 0.20 0.37 0.01 28.09 0.96 0.81
Hex FD CB 9F 0 14 25 1 1C 60 51
Octal 375 313 237 0 24 45 1 34 140 121
Binary 11111101 11001011 10011111 0 10100 100101 1 11100 1100000 1010001

Color Harmonies of #FDCB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB9F

Black with #FDCB9F

Text Example


Text Example

White with #FDCB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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