Html Css Color HEX #FDC4A6 Romantic

📋 copy color: '#FDC4A6'

red 253 ◦ green 196 ◦ blue 166

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

Shades of Romantic #FDC4A6

Tints of Romantic #FDC4A6

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.87%

 BLUE value IS 166 (65.23% from 255) = 26.99%

R = 41.14%
G = 31.87%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDC4A6 (or 0xFDC4A6) is known color: Romantic. HEX triplet: FD, C4 and A6. RGB value is (253,196,166). Sum of RGB (Red+Green+Blue) = 253+196+166=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 166 (65.23% from 255 or 26.99% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC4A6 is #023B59. Grayscale: #D1D1D1. Windows color (decimal): -146266 or 10929405. OLE color: 10929405.

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

Color convert

RGB 253 196 166 -
CMYK 0 0.23 0.34 0.01
HSL 20.69º 0.96% 0.82% -
HSV(B) 20.69º 0.34% 0.99% -
XYZ 67.13 63.12 44.72 -
YUV 209.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 253 196 166 0 0.23 0.34 0.01 20.69 0.96 0.82
Hex FD C4 A6 0 17 22 1 15 60 52
Octal 375 304 246 0 27 42 1 25 140 122
Binary 11111101 11000100 10100110 0 10111 100010 1 10101 1100000 1010010

Color Harmonies of #FDC4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4A6

Black with #FDC4A6

Text Example


Text Example

White with #FDC4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4A6; }

 p { color: rgb(253,196,166); }

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

background-color css

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

 a { background-color: rgb(253,196,166); }

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

border-color css

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

 span { border-color: rgb(253,196,166); }

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