Html Css Color HEX #FBC2A6 Romantic

📋 copy color: '#FBC2A6'

red 251 ◦ green 194 ◦ blue 166

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

Shades of Romantic #FBC2A6

Tints of Romantic #FBC2A6

RGB

 RED value IS 251 (98.44% from 255) = 41.08%

 GREEN value IS 194 (76.17% from 255) = 31.75%

 BLUE value IS 166 (65.23% from 255) = 27.17%

R = 41.08%
G = 31.75%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FBC2A6 (or 0xFBC2A6) is known color: Romantic. HEX triplet: FB, C2 and A6. RGB value is (251,194,166). Sum of RGB (Red+Green+Blue) = 251+194+166=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 166 (65.23% from 255 or 27.17% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC2A6 is #043D59. Grayscale: #D0D0D0. Windows color (decimal): -277850 or 10928891. OLE color: 10928891.

HSL color Cylindrical-coordinate representation of color #FBC2A6: hue angle of 19.76º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBC2A6 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 194 166 -
CMYK 0 0.23 0.34 0.02
HSL 19.76º 0.91% 0.82% -
HSV(B) 19.76º 0.34% 0.98% -
XYZ 65.96 61.85 44.54 -
YUV 207.85 104.38 158.78 -
System Red Green Blue C M Y K H S L
Decimal 251 194 166 0 0.23 0.34 0.02 19.76 0.91 0.82
Hex FB C2 A6 0 17 22 2 14 5B 52
Octal 373 302 246 0 27 42 2 24 133 122
Binary 11111011 11000010 10100110 0 10111 100010 10 10100 1011011 1010010

Color Harmonies of #FBC2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC2A6

Black with #FBC2A6

Text Example


Text Example

White with #FBC2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC2A6; }

 p { color: rgb(251,194,166); }

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

background-color css

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

 a { background-color: rgb(251,194,166); }

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

border-color css

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

 span { border-color: rgb(251,194,166); }

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