Html Css Color HEX #FCD68D Caramel

📋 copy color: '#FCD68D'

red 252 ◦ green 214 ◦ blue 141

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

Shades of Caramel #FCD68D

Tints of Caramel #FCD68D

RGB

 RED value IS 252 (98.83% from 255) = 41.52%

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

 BLUE value IS 141 (55.47% from 255) = 23.23%

R = 41.52%
G = 35.26%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCD68D (or 0xFCD68D) is known color: Caramel. HEX triplet: FC, D6 and 8D. RGB value is (252,214,141). Sum of RGB (Red+Green+Blue) = 252+214+141=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD68D is #032972. Grayscale: #D9D9D9. Windows color (decimal): -207219 or 9295612. OLE color: 9295612.

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

Color convert

RGB 252 214 141 -
CMYK 0 0.15 0.44 0.01
HSL 39.46º 0.95% 0.77% -
HSV(B) 39.46º 0.44% 0.99% -
XYZ 69 70.71 35.21 -
YUV 217.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 252 214 141 0 0.15 0.44 0.01 39.46 0.95 0.77
Hex FC D6 8D 0 F 2C 1 27 5F 4D
Octal 374 326 215 0 17 54 1 47 137 115
Binary 11111100 11010110 10001101 0 1111 101100 1 100111 1011111 1001101

Color Harmonies of #FCD68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD68D

Black with #FCD68D

Text Example


Text Example

White with #FCD68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD68D; }

 p { color: rgb(252,214,141); }

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

background-color css

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

 a { background-color: rgb(252,214,141); }

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

border-color css

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

 span { border-color: rgb(252,214,141); }

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