Html Css Color HEX #FDC69E Romantic

📋 copy color: '#FDC69E'

red 253 ◦ green 198 ◦ blue 158

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

Shades of Romantic #FDC69E

Tints of Romantic #FDC69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.94%

R = 41.54%
G = 32.51%
B = 25.94%

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

#FDC69E (or 0xFDC69E) is known color: Romantic. HEX triplet: FD, C6 and 9E. RGB value is (253,198,158). Sum of RGB (Red+Green+Blue) = 253+198+158=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 158 (62.11% from 255 or 25.94% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC69E is #023961. Grayscale: #D2D2D2. Windows color (decimal): -145762 or 10405629. OLE color: 10405629.

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

Color convert

RGB 253 198 158 -
CMYK 0 0.22 0.38 0.01
HSL 25.26º 0.96% 0.81% -
HSV(B) 25.26º 0.38% 0.99% -
XYZ 66.87 63.74 41.13 -
YUV 209.89 98.72 158.75 -
System Red Green Blue C M Y K H S L
Decimal 253 198 158 0 0.22 0.38 0.01 25.26 0.96 0.81
Hex FD C6 9E 0 16 26 1 19 60 51
Octal 375 306 236 0 26 46 1 31 140 121
Binary 11111101 11000110 10011110 0 10110 100110 1 11001 1100000 1010001

Color Harmonies of #FDC69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC69E

Black with #FDC69E

Text Example


Text Example

White with #FDC69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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