Html Css Color HEX #FBC4A0 Romantic

📋 copy color: '#FBC4A0'

red 251 ◦ green 196 ◦ blue 160

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

Shades of Romantic #FBC4A0

Tints of Romantic #FBC4A0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.29%

 BLUE value IS 160 (62.89% from 255) = 26.36%

R = 41.35%
G = 32.29%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FBC4A0 (or 0xFBC4A0) is known color: Romantic. HEX triplet: FB, C4 and A0. RGB value is (251,196,160). Sum of RGB (Red+Green+Blue) = 251+196+160=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC4A0 is #043B5F. Grayscale: #D0D0D0. Windows color (decimal): -277344 or 10536187. OLE color: 10536187.

HSL color Cylindrical-coordinate representation of color #FBC4A0: hue angle of 23.74º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBC4A0 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 196 160 -
CMYK 0 0.22 0.36 0.02
HSL 23.74º 0.92% 0.81% -
HSV(B) 23.74º 0.36% 0.98% -
XYZ 65.87 62.53 41.86 -
YUV 208.34 100.72 158.43 -
System Red Green Blue C M Y K H S L
Decimal 251 196 160 0 0.22 0.36 0.02 23.74 0.92 0.81
Hex FB C4 A0 0 16 24 2 18 5C 51
Octal 373 304 240 0 26 44 2 30 134 121
Binary 11111011 11000100 10100000 0 10110 100100 10 11000 1011100 1010001

Color Harmonies of #FBC4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC4A0

Black with #FBC4A0

Text Example


Text Example

White with #FBC4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC4A0; }

 p { color: rgb(251,196,160); }

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

background-color css

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

 a { background-color: rgb(251,196,160); }

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

border-color css

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

 span { border-color: rgb(251,196,160); }

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