Html Css Color HEX #FDD68C Caramel

📋 copy color: '#FDD68C'

red 253 ◦ green 214 ◦ blue 140

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

Shades of Caramel #FDD68C

Tints of Caramel #FDD68C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.26%

 BLUE value IS 140 (55.08% from 255) = 23.06%

R = 41.68%
G = 35.26%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDD68C (or 0xFDD68C) is known color: Caramel. HEX triplet: FD, D6 and 8C. RGB value is (253,214,140). Sum of RGB (Red+Green+Blue) = 253+214+140=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD68C is #022973. Grayscale: #D9D9D9. Windows color (decimal): -141684 or 9230077. OLE color: 9230077.

HSL color Cylindrical-coordinate representation of color #FDD68C: hue angle of 39.29º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDD68C is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 214 140 -
CMYK 0 0.15 0.45 0.01
HSL 39.29º 0.97% 0.77% -
HSV(B) 39.29º 0.45% 0.99% -
XYZ 69.29 70.87 34.84 -
YUV 217.23 84.42 153.52 -
System Red Green Blue C M Y K H S L
Decimal 253 214 140 0 0.15 0.45 0.01 39.29 0.97 0.77
Hex FD D6 8C 0 F 2D 1 27 61 4D
Octal 375 326 214 0 17 55 1 47 141 115
Binary 11111101 11010110 10001100 0 1111 101101 1 100111 1100001 1001101

Color Harmonies of #FDD68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD68C

Black with #FDD68C

Text Example


Text Example

White with #FDD68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD68C; }

 p { color: rgb(253,214,140); }

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

background-color css

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

 a { background-color: rgb(253,214,140); }

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

border-color css

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

 span { border-color: rgb(253,214,140); }

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