Html Css Color HEX #FDB0FF Lavender Rose

📋 copy color: '#FDB0FF'

red 253 ◦ green 176 ◦ blue 255

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

Shades of Lavender Rose #FDB0FF

Tints of Lavender Rose #FDB0FF

RGB

 RED value IS 253 (99.22% from 255) = 36.99%

 GREEN value IS 176 (69.14% from 255) = 25.73%

 BLUE value IS 255 (100% from 255) = 37.28%

R = 36.99%
G = 25.73%
B = 37.28%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDB0FF (or 0xFDB0FF) is known color: Lavender Rose. HEX triplet: FD, B0 and FF. RGB value is (253,176,255). Sum of RGB (Red+Green+Blue) = 253+176+255=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 176 (69.14% from 255 or 25.73% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDB0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB0FF is #024F00. Grayscale: #CFCFCF. Windows color (decimal): -151297 or 16756989. OLE color: 16756989.

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

Color convert

RGB 253 176 255 -
CMYK 0.01 0.31 0 0
HSL 298.48º 1% 0.85% -
HSV(B) 298.48º 0.31% 1% -
XYZ 74.08 59.15 102.12 -
YUV 208.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 253 176 255 0.01 0.31 0 0 298.48 1 0.85
Hex FD B0 FF 1 1F 0 0 12A 64 55
Octal 375 260 377 1 37 0 0 452 144 125
Binary 11111101 10110000 11111111 1 11111 0 0 100101010 1100100 1010101

Color Harmonies of #FDB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB0FF

Black with #FDB0FF

Text Example


Text Example

White with #FDB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB0FF; }

 p { color: rgb(253,176,255); }

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

background-color css

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

 a { background-color: rgb(253,176,255); }

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

border-color css

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

 span { border-color: rgb(253,176,255); }

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