Html Css Color HEX #FDC69C Romantic

📋 copy color: '#FDC69C'

red 253 ◦ green 198 ◦ blue 156

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

Shades of Romantic #FDC69C

Tints of Romantic #FDC69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.7%

R = 41.68%
G = 32.62%
B = 25.7%

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

#FDC69C (or 0xFDC69C) is known color: Romantic. HEX triplet: FD, C6 and 9C. RGB value is (253,198,156). Sum of RGB (Red+Green+Blue) = 253+198+156=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC69C is #023963. Grayscale: #D1D1D1. Windows color (decimal): -145764 or 10274557. OLE color: 10274557.

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

Color convert

RGB 253 198 156 -
CMYK 0 0.22 0.38 0.01
HSL 25.98º 0.96% 0.8% -
HSV(B) 25.98º 0.38% 0.99% -
XYZ 66.7 63.67 40.23 -
YUV 209.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 253 198 156 0 0.22 0.38 0.01 25.98 0.96 0.8
Hex FD C6 9C 0 16 26 1 1A 60 50
Octal 375 306 234 0 26 46 1 32 140 120
Binary 11111101 11000110 10011100 0 10110 100110 1 11010 1100000 1010000

Color Harmonies of #FDC69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC69C

Black with #FDC69C

Text Example


Text Example

White with #FDC69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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