Html Css Color HEX #FDC4A4 Romantic

📋 copy color: '#FDC4A4'

red 253 ◦ green 196 ◦ blue 164

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

Shades of Romantic #FDC4A4

Tints of Romantic #FDC4A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 26.75%

R = 41.27%
G = 31.97%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FDC4A4 (or 0xFDC4A4) is known color: Romantic. HEX triplet: FD, C4 and A4. RGB value is (253,196,164). Sum of RGB (Red+Green+Blue) = 253+196+164=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 164 (64.45% from 255 or 26.75% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC4A4 is #023B5B. Grayscale: #D1D1D1. Windows color (decimal): -146268 or 10798333. OLE color: 10798333.

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

Color convert

RGB 253 196 164 -
CMYK 0 0.23 0.35 0.01
HSL 21.57º 0.96% 0.82% -
HSV(B) 21.57º 0.35% 0.99% -
XYZ 66.95 63.04 43.76 -
YUV 209.4 102.38 159.1 -
System Red Green Blue C M Y K H S L
Decimal 253 196 164 0 0.23 0.35 0.01 21.57 0.96 0.82
Hex FD C4 A4 0 17 23 1 16 60 52
Octal 375 304 244 0 27 43 1 26 140 122
Binary 11111101 11000100 10100100 0 10111 100011 1 10110 1100000 1010010

Color Harmonies of #FDC4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4A4

Black with #FDC4A4

Text Example


Text Example

White with #FDC4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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