Html Css Color HEX #FDC69D Romantic

📋 copy color: '#FDC69D'

red 253 ◦ green 198 ◦ blue 157

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

Shades of Romantic #FDC69D

Tints of Romantic #FDC69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.82%

R = 41.61%
G = 32.57%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FDC69D (or 0xFDC69D) is known color: Romantic. HEX triplet: FD, C6 and 9D. RGB value is (253,198,157). Sum of RGB (Red+Green+Blue) = 253+198+157=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC69D is #023962. Grayscale: #D1D1D1. Windows color (decimal): -145763 or 10340093. OLE color: 10340093.

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

Color convert

RGB 253 198 157 -
CMYK 0 0.22 0.38 0.01
HSL 25.63º 0.96% 0.8% -
HSV(B) 25.63º 0.38% 0.99% -
XYZ 66.79 63.71 40.67 -
YUV 209.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 253 198 157 0 0.22 0.38 0.01 25.63 0.96 0.8
Hex FD C6 9D 0 16 26 1 1A 60 50
Octal 375 306 235 0 26 46 1 32 140 120
Binary 11111101 11000110 10011101 0 10110 100110 1 11010 1100000 1010000

Color Harmonies of #FDC69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC69D

Black with #FDC69D

Text Example


Text Example

White with #FDC69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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