Html Css Color HEX #FDB4FF Lavender Rose

📋 copy color: '#FDB4FF'

red 253 ◦ green 180 ◦ blue 255

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

Shades of Lavender Rose #FDB4FF

Tints of Lavender Rose #FDB4FF

RGB

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

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

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

R = 36.77%
G = 26.16%
B = 37.06%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDB4FF (or 0xFDB4FF) is known color: Lavender Rose. HEX triplet: FD, B4 and FF. RGB value is (253,180,255). Sum of RGB (Red+Green+Blue) = 253+180+255=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 180 (70.70% from 255 or 26.16% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDB4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB4FF is #024B00. Grayscale: #D2D2D2. Windows color (decimal): -150273 or 16758013. OLE color: 16758013.

HSL color Cylindrical-coordinate representation of color #FDB4FF: hue angle of 298.4º 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 #FDB4FF is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 253 180 255 -
CMYK 0.01 0.29 0 0
HSL 298.4º 1% 0.85% -
HSV(B) 298.4º 0.29% 1% -
XYZ 74.88 60.75 102.39 -
YUV 210.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 253 180 255 0.01 0.29 0 0 298.4 1 0.85
Hex FD B4 FF 1 1D 0 0 12A 64 55
Octal 375 264 377 1 35 0 0 452 144 125
Binary 11111101 10110100 11111111 1 11101 0 0 100101010 1100100 1010101

Color Harmonies of #FDB4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB4FF

Black with #FDB4FF

Text Example


Text Example

White with #FDB4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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