Html Css Color HEX #FBB8E4 Lavender Rose

📋 copy color: '#FBB8E4'

red 251 ◦ green 184 ◦ blue 228

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

Shades of Lavender Rose #FBB8E4

Tints of Lavender Rose #FBB8E4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.75%

 BLUE value IS 228 (89.45% from 255) = 34.39%

R = 37.86%
G = 27.75%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FBB8E4 (or 0xFBB8E4) is known color: Lavender Rose. HEX triplet: FB, B8 and E4. RGB value is (251,184,228). Sum of RGB (Red+Green+Blue) = 251+184+228=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 184 (72.27% from 255 or 27.75% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8E4 is #04471B. Grayscale: #D0D0D0. Windows color (decimal): -280348 or 14989563. OLE color: 14989563.

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

Color convert

RGB 251 184 228 -
CMYK 0 0.27 0.09 0.02
HSL 320.6º 0.89% 0.85% -
HSV(B) 320.6º 0.27% 0.98% -
XYZ 70.93 60.39 81.32 -
YUV 209.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 251 184 228 0 0.27 0.09 0.02 320.6 0.89 0.85
Hex FB B8 E4 0 1B 9 2 141 59 55
Octal 373 270 344 0 33 11 2 501 131 125
Binary 11111011 10111000 11100100 0 11011 1001 10 101000001 1011001 1010101

Color Harmonies of #FBB8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB8E4

Black with #FBB8E4

Text Example


Text Example

White with #FBB8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB8E4; }

 p { color: rgb(251,184,228); }

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

background-color css

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

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

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

border-color css

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

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

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