Html Css Color HEX #FBEAEB Amour

📋 copy color: '#FBEAEB'

red 251 ◦ green 234 ◦ blue 235

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

Shades of Amour #FBEAEB

Tints of Amour #FBEAEB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.5%

 BLUE value IS 235 (92.19% from 255) = 32.64%

R = 34.86%
G = 32.5%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBEAEB (or 0xFBEAEB) is known color: Amour. HEX triplet: FB, EA and EB. RGB value is (251,234,235). Sum of RGB (Red+Green+Blue) = 251+234+235=720 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.86% from 720); Green value is 234 (91.80% from 255 or 32.5% from 720); Blue value is 235 (92.19% from 255 or 32.64% from 720); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAEB is #041514. Grayscale: #EFEFEF. Windows color (decimal): -267541 or 15461115. OLE color: 15461115.

HSL color Cylindrical-coordinate representation of color #FBEAEB: hue angle of 356.47º degrees, saturation: 0.68, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBEAEB is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 234 235 -
CMYK 0 0.07 0.06 0.02
HSL 356.47º 0.68% 0.95% -
HSV(B) 356.47º 0.07% 0.98% -
XYZ 84.2 85.35 90.63 -
YUV 239.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 251 234 235 0 0.07 0.06 0.02 356.47 0.68 0.95
Hex FB EA EB 0 7 6 2 164 44 5F
Octal 373 352 353 0 7 6 2 544 104 137
Binary 11111011 11101010 11101011 0 111 110 10 101100100 1000100 1011111

Color Harmonies of #FBEAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEAEB

Black with #FBEAEB

Text Example


Text Example

White with #FBEAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEAEB; }

 p { color: rgb(251,234,235); }

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

background-color css

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

 a { background-color: rgb(251,234,235); }

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

border-color css

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

 span { border-color: rgb(251,234,235); }

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