Html Css Color HEX #FDC6A1 Romantic

📋 copy color: '#FDC6A1'

red 253 ◦ green 198 ◦ blue 161

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

Shades of Romantic #FDC6A1

Tints of Romantic #FDC6A1

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.35%

 BLUE value IS 161 (63.28% from 255) = 26.31%

R = 41.34%
G = 32.35%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDC6A1 (or 0xFDC6A1) is known color: Romantic. HEX triplet: FD, C6 and A1. RGB value is (253,198,161). Sum of RGB (Red+Green+Blue) = 253+198+161=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 161 (63.28% from 255 or 26.31% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC6A1 is #02395E. Grayscale: #D2D2D2. Windows color (decimal): -145759 or 10602237. OLE color: 10602237.

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

Color convert

RGB 253 198 161 -
CMYK 0 0.22 0.36 0.01
HSL 24.13º 0.96% 0.81% -
HSV(B) 24.13º 0.36% 0.99% -
XYZ 67.14 63.84 42.5 -
YUV 210.23 100.22 158.51 -
System Red Green Blue C M Y K H S L
Decimal 253 198 161 0 0.22 0.36 0.01 24.13 0.96 0.81
Hex FD C6 A1 0 16 24 1 18 60 51
Octal 375 306 241 0 26 44 1 30 140 121
Binary 11111101 11000110 10100001 0 10110 100100 1 11000 1100000 1010001

Color Harmonies of #FDC6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC6A1

Black with #FDC6A1

Text Example


Text Example

White with #FDC6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC6A1; }

 p { color: rgb(253,198,161); }

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

background-color css

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

 a { background-color: rgb(253,198,161); }

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

border-color css

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

 span { border-color: rgb(253,198,161); }

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