Html Css Color HEX #FBC3A6 Romantic

📋 copy color: '#FBC3A6'

red 251 ◦ green 195 ◦ blue 166

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

Shades of Romantic #FBC3A6

Tints of Romantic #FBC3A6

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.86%

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

R = 41.01%
G = 31.86%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FBC3A6 (or 0xFBC3A6) is known color: Romantic. HEX triplet: FB, C3 and A6. RGB value is (251,195,166). Sum of RGB (Red+Green+Blue) = 251+195+166=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 166 (65.23% from 255 or 27.12% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC3A6 is #043C59. Grayscale: #D0D0D0. Windows color (decimal): -277594 or 10929147. OLE color: 10929147.

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

Color convert

RGB 251 195 166 -
CMYK 0 0.22 0.34 0.02
HSL 20.47º 0.91% 0.82% -
HSV(B) 20.47º 0.34% 0.98% -
XYZ 66.18 62.29 44.61 -
YUV 208.44 104.05 158.36 -
System Red Green Blue C M Y K H S L
Decimal 251 195 166 0 0.22 0.34 0.02 20.47 0.91 0.82
Hex FB C3 A6 0 16 22 2 14 5B 52
Octal 373 303 246 0 26 42 2 24 133 122
Binary 11111011 11000011 10100110 0 10110 100010 10 10100 1011011 1010010

Color Harmonies of #FBC3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC3A6

Black with #FBC3A6

Text Example


Text Example

White with #FBC3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC3A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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