Html Css Color HEX #FDC2A7 Romantic

📋 copy color: '#FDC2A7'

red 253 ◦ green 194 ◦ blue 167

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

Shades of Romantic #FDC2A7

Tints of Romantic #FDC2A7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.6%

 BLUE value IS 167 (65.63% from 255) = 27.2%

R = 41.21%
G = 31.6%
B = 27.2%

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

#FDC2A7 (or 0xFDC2A7) is known color: Romantic. HEX triplet: FD, C2 and A7. RGB value is (253,194,167). Sum of RGB (Red+Green+Blue) = 253+194+167=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 167 (65.62% from 255 or 27.20% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC2A7 is #023D58. Grayscale: #D0D0D0. Windows color (decimal): -146777 or 10994429. OLE color: 10994429.

HSL color Cylindrical-coordinate representation of color #FDC2A7: hue angle of 18.84º 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 #FDC2A7 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 194 167 -
CMYK 0 0.23 0.34 0.01
HSL 18.84º 0.96% 0.82% -
HSV(B) 18.84º 0.34% 0.99% -
XYZ 66.77 62.26 45.06 -
YUV 208.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 253 194 167 0 0.23 0.34 0.01 18.84 0.96 0.82
Hex FD C2 A7 0 17 22 1 13 60 52
Octal 375 302 247 0 27 42 1 23 140 122
Binary 11111101 11000010 10100111 0 10111 100010 1 10011 1100000 1010010

Color Harmonies of #FDC2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC2A7

Black with #FDC2A7

Text Example


Text Example

White with #FDC2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC2A7; }

 p { color: rgb(253,194,167); }

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

background-color css

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

 a { background-color: rgb(253,194,167); }

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

border-color css

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

 span { border-color: rgb(253,194,167); }

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