Html Css Color HEX #FCC69E Romantic

📋 copy color: '#FCC69E'

red 252 ◦ green 198 ◦ blue 158

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

Shades of Romantic #FCC69E

Tints of Romantic #FCC69E

RGB

 RED value IS 252 (98.83% from 255) = 41.45%

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

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

R = 41.45%
G = 32.57%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCC69E (or 0xFCC69E) is known color: Romantic. HEX triplet: FC, C6 and 9E. RGB value is (252,198,158). Sum of RGB (Red+Green+Blue) = 252+198+158=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 158 (62.11% from 255 or 25.99% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC69E is #033961. Grayscale: #D1D1D1. Windows color (decimal): -211298 or 10405628. OLE color: 10405628.

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

Color convert

RGB 252 198 158 -
CMYK 0 0.21 0.37 0.01
HSL 25.53º 0.94% 0.8% -
HSV(B) 25.53º 0.37% 0.99% -
XYZ 66.51 63.55 41.11 -
YUV 209.59 98.89 158.25 -
System Red Green Blue C M Y K H S L
Decimal 252 198 158 0 0.21 0.37 0.01 25.53 0.94 0.8
Hex FC C6 9E 0 15 25 1 1A 5E 50
Octal 374 306 236 0 25 45 1 32 136 120
Binary 11111100 11000110 10011110 0 10101 100101 1 11010 1011110 1010000

Color Harmonies of #FCC69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC69E

Black with #FCC69E

Text Example


Text Example

White with #FCC69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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