Html Css Color HEX #FBEFF0 Amour

📋 copy color: '#FBEFF0'

red 251 ◦ green 239 ◦ blue 240

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

Shades of Amour #FBEFF0

Tints of Amour #FBEFF0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 32.74%

 BLUE value IS 240 (94.14% from 255) = 32.88%

R = 34.38%
G = 32.74%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBEFF0 (or 0xFBEFF0) is known color: Amour. HEX triplet: FB, EF and F0. RGB value is (251,239,240). Sum of RGB (Red+Green+Blue) = 251+239+240=730 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.38% from 730); Green value is 239 (93.75% from 255 or 32.74% from 730); Blue value is 240 (94.14% from 255 or 32.88% from 730); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEFF0 is #04100F. Grayscale: #F2F2F2. Windows color (decimal): -266256 or 15790075. OLE color: 15790075.

HSL color Cylindrical-coordinate representation of color #FBEFF0: hue angle of 355º degrees, saturation: 0.6, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FBEFF0 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 239 240 -
CMYK 0 0.05 0.04 0.02
HSL 355º 0.6% 0.96% -
HSV(B) 355º 0.05% 0.98% -
XYZ 86.38 88.53 94.97 -
YUV 242.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 251 239 240 0 0.05 0.04 0.02 355 0.6 0.96
Hex FB EF F0 0 5 4 2 163 3C 60
Octal 373 357 360 0 5 4 2 543 74 140
Binary 11111011 11101111 11110000 0 101 100 10 101100011 111100 1100000

Color Harmonies of #FBEFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEFF0

Black with #FBEFF0

Text Example


Text Example

White with #FBEFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEFF0; }

 p { color: rgb(251,239,240); }

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

background-color css

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

 a { background-color: rgb(251,239,240); }

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

border-color css

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

 span { border-color: rgb(251,239,240); }

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