Html Css Color HEX #FBE5E5 Tutu

📋 copy color: '#FBE5E5'

red 251 ◦ green 229 ◦ blue 229

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

Shades of Tutu #FBE5E5

Tints of Tutu #FBE5E5

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.3%

 BLUE value IS 229 (89.84% from 255) = 32.3%

R = 35.4%
G = 32.3%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FBE5E5 (or 0xFBE5E5) is known color: Tutu. HEX triplet: FB, E5 and E5. RGB value is (251,229,229). Sum of RGB (Red+Green+Blue) = 251+229+229=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 229 (89.84% from 255 or 32.30% from 709); Blue value is 229 (89.84% from 255 or 32.30% from 709); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5E5 is #041A1A. Grayscale: #EBEBEB. Windows color (decimal): -268827 or 15066619. OLE color: 15066619.

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

Color convert

RGB 251 229 229 -
CMYK 0 0.09 0.09 0.02
HSL 0.73% 0.94% -
HSV(B) 0.09% 0.98% -
XYZ 81.95 82.2 85.68 -
YUV 235.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 251 229 229 0 0.09 0.09 0.02 0 0.73 0.94
Hex FB E5 E5 0 9 9 2 0 49 5E
Octal 373 345 345 0 11 11 2 0 111 136
Binary 11111011 11100101 11100101 0 1001 1001 10 0 1001001 1011110

Color Harmonies of #FBE5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE5E5

Black with #FBE5E5

Text Example


Text Example

White with #FBE5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE5E5; }

 p { color: rgb(251,229,229); }

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

background-color css

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

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

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

border-color css

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

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

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