Html Css Color HEX #FAD29B Caramel

📋 copy color: '#FAD29B'

red 250 ◦ green 210 ◦ blue 155

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

Shades of Caramel #FAD29B

Tints of Caramel #FAD29B

RGB

 RED value IS 250 (98.05% from 255) = 40.65%

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

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

R = 40.65%
G = 34.15%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAD29B (or 0xFAD29B) is known color: Caramel. HEX triplet: FA, D2 and 9B. RGB value is (250,210,155). Sum of RGB (Red+Green+Blue) = 250+210+155=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 155 (60.94% from 255 or 25.20% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD29B is #052D64. Grayscale: #D7D7D7. Windows color (decimal): -339301 or 10212090. OLE color: 10212090.

HSL color Cylindrical-coordinate representation of color #FAD29B: hue angle of 34.74º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAD29B is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 210 155 -
CMYK 0 0.16 0.38 0.02
HSL 34.74º 0.9% 0.79% -
HSV(B) 34.74º 0.38% 0.98% -
XYZ 68.39 68.78 40.68 -
YUV 215.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 250 210 155 0 0.16 0.38 0.02 34.74 0.9 0.79
Hex FA D2 9B 0 10 26 2 23 5A 4F
Octal 372 322 233 0 20 46 2 43 132 117
Binary 11111010 11010010 10011011 0 10000 100110 10 100011 1011010 1001111

Color Harmonies of #FAD29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD29B

Black with #FAD29B

Text Example


Text Example

White with #FAD29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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