Html Css Color HEX #FDD29B Caramel

📋 copy color: '#FDD29B'

red 253 ◦ green 210 ◦ blue 155

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

Shades of Caramel #FDD29B

Tints of Caramel #FDD29B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.98%

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

R = 40.94%
G = 33.98%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDD29B (or 0xFDD29B) is known color: Caramel. HEX triplet: FD, D2 and 9B. RGB value is (253,210,155). Sum of RGB (Red+Green+Blue) = 253+210+155=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 155 (60.94% from 255 or 25.08% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD29B is #022D64. Grayscale: #D8D8D8. Windows color (decimal): -142693 or 10212093. OLE color: 10212093.

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

Color convert

RGB 253 210 155 -
CMYK 0 0.17 0.39 0.01
HSL 33.67º 0.96% 0.8% -
HSV(B) 33.67º 0.39% 0.99% -
XYZ 69.47 69.34 40.73 -
YUV 216.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 253 210 155 0 0.17 0.39 0.01 33.67 0.96 0.8
Hex FD D2 9B 0 11 27 1 22 60 50
Octal 375 322 233 0 21 47 1 42 140 120
Binary 11111101 11010010 10011011 0 10001 100111 1 100010 1100000 1010000

Color Harmonies of #FDD29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD29B

Black with #FDD29B

Text Example


Text Example

White with #FDD29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD29B; }

 p { color: rgb(253,210,155); }

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

background-color css

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

 a { background-color: rgb(253,210,155); }

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

border-color css

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

 span { border-color: rgb(253,210,155); }

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