Html Css Color HEX #FFB8F9 Lavender Rose

📋 copy color: '#FFB8F9'

red 255 ◦ green 184 ◦ blue 249

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

Shades of Lavender Rose #FFB8F9

Tints of Lavender Rose #FFB8F9

RGB

 RED value IS 255 (100% from 255) = 37.06%

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

 BLUE value IS 249 (97.66% from 255) = 36.19%

R = 37.06%
G = 26.74%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFB8F9 (or 0xFFB8F9) is known color: Lavender Rose. HEX triplet: FF, B8 and F9. RGB value is (255,184,249). Sum of RGB (Red+Green+Blue) = 255+184+249=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 184 (72.27% from 255 or 26.74% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB8F9 is #004706. Grayscale: #D4D4D4. Windows color (decimal): -18183 or 16365823. OLE color: 16365823.

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

Color convert

RGB 255 184 249 -
CMYK 0 0.28 0.02 0
HSL 305.07º 1% 0.86% -
HSV(B) 305.07º 0.28% 1% -
XYZ 75.48 62.38 97.68 -
YUV 212.64 148.52 158.21 -
System Red Green Blue C M Y K H S L
Decimal 255 184 249 0 0.28 0.02 0 305.07 1 0.86
Hex FF B8 F9 0 1C 2 0 131 64 56
Octal 377 270 371 0 34 2 0 461 144 126
Binary 11111111 10111000 11111001 0 11100 10 0 100110001 1100100 1010110

Color Harmonies of #FFB8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB8F9

Black with #FFB8F9

Text Example


Text Example

White with #FFB8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB8F9; }

 p { color: rgb(255,184,249); }

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

background-color css

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

 a { background-color: rgb(255,184,249); }

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

border-color css

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

 span { border-color: rgb(255,184,249); }

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