Html Css Color HEX #FFCE9B Peach-Orange

📋 copy color: '#FFCE9B'

red 255 ◦ green 206 ◦ blue 155

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

Shades of Peach-Orange #FFCE9B

Tints of Peach-Orange #FFCE9B

RGB

 RED value IS 255 (100% from 255) = 41.4%

 GREEN value IS 206 (80.86% from 255) = 33.44%

 BLUE value IS 155 (60.94% from 255) = 25.16%

R = 41.4%
G = 33.44%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FFCE9B (or 0xFFCE9B) is known color: Peach-Orange. HEX triplet: FF, CE and 9B. RGB value is (255,206,155). Sum of RGB (Red+Green+Blue) = 255+206+155=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 155 (60.94% from 255 or 25.16% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE9B is #003164. Grayscale: #D7D7D7. Windows color (decimal): -12645 or 10211071. OLE color: 10211071.

HSL color Cylindrical-coordinate representation of color #FFCE9B: hue angle of 30.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFCE9B is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB 255 206 155 -
CMYK 0 0.19 0.39 0
HSL 30.6º 1% 0.8% -
HSV(B) 30.6º 0.39% 1% -
XYZ 69.23 67.77 40.44 -
YUV 214.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 255 206 155 0 0.19 0.39 0 30.6 1 0.8
Hex FF CE 9B 0 13 27 0 1F 64 50
Octal 377 316 233 0 23 47 0 37 144 120
Binary 11111111 11001110 10011011 0 10011 100111 0 11111 1100100 1010000

Color Harmonies of #FFCE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE9B

Black with #FFCE9B

Text Example


Text Example

White with #FFCE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE9B; }

 p { color: rgb(255,206,155); }

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

background-color css

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

 a { background-color: rgb(255,206,155); }

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

border-color css

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

 span { border-color: rgb(255,206,155); }

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