Html Css Color HEX #FCC69A Romantic

📋 copy color: '#FCC69A'

red 252 ◦ green 198 ◦ blue 154

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

Shades of Romantic #FCC69A

Tints of Romantic #FCC69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.5%

R = 41.72%
G = 32.78%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FCC69A (or 0xFCC69A) is known color: Romantic. HEX triplet: FC, C6 and 9A. RGB value is (252,198,154). Sum of RGB (Red+Green+Blue) = 252+198+154=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC69A is #033965. Grayscale: #D1D1D1. Windows color (decimal): -211302 or 10143484. OLE color: 10143484.

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

Color convert

RGB 252 198 154 -
CMYK 0 0.21 0.39 0.01
HSL 26.94º 0.94% 0.8% -
HSV(B) 26.94º 0.39% 0.99% -
XYZ 66.17 63.42 39.32 -
YUV 209.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 252 198 154 0 0.21 0.39 0.01 26.94 0.94 0.8
Hex FC C6 9A 0 15 27 1 1B 5E 50
Octal 374 306 232 0 25 47 1 33 136 120
Binary 11111100 11000110 10011010 0 10101 100111 1 11011 1011110 1010000

Color Harmonies of #FCC69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC69A

Black with #FCC69A

Text Example


Text Example

White with #FCC69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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