Html Css Color HEX #FFB4F6 Lavender Rose

📋 copy color: '#FFB4F6'

red 255 ◦ green 180 ◦ blue 246

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

Shades of Lavender Rose #FFB4F6

Tints of Lavender Rose #FFB4F6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.43%

 BLUE value IS 246 (96.48% from 255) = 36.12%

R = 37.44%
G = 26.43%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFB4F6 (or 0xFFB4F6) is known color: Lavender Rose. HEX triplet: FF, B4 and F6. RGB value is (255,180,246). Sum of RGB (Red+Green+Blue) = 255+180+246=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 180 (70.70% from 255 or 26.43% from 681); Blue value is 246 (96.48% from 255 or 36.12% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4F6 is #004B09. Grayscale: #D1D1D1. Windows color (decimal): -19210 or 16168191. OLE color: 16168191.

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

Color convert

RGB 255 180 246 -
CMYK 0 0.29 0.04 0
HSL 307.2º 1% 0.85% -
HSV(B) 307.2º 0.29% 1% -
XYZ 74.2 60.56 94.97 -
YUV 209.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 255 180 246 0 0.29 0.04 0 307.2 1 0.85
Hex FF B4 F6 0 1D 4 0 133 64 55
Octal 377 264 366 0 35 4 0 463 144 125
Binary 11111111 10110100 11110110 0 11101 100 0 100110011 1100100 1010101

Color Harmonies of #FFB4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB4F6

Black with #FFB4F6

Text Example


Text Example

White with #FFB4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB4F6; }

 p { color: rgb(255,180,246); }

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

background-color css

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

 a { background-color: rgb(255,180,246); }

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

border-color css

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

 span { border-color: rgb(255,180,246); }

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