Html Css Color HEX #FDB7FB Lavender Rose

📋 copy color: '#FDB7FB'

red 253 ◦ green 183 ◦ blue 251

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

Shades of Lavender Rose #FDB7FB

Tints of Lavender Rose #FDB7FB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 26.64%

 BLUE value IS 251 (98.44% from 255) = 36.54%

R = 36.83%
G = 26.64%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDB7FB (or 0xFDB7FB) is known color: Lavender Rose. HEX triplet: FD, B7 and FB. RGB value is (253,183,251). Sum of RGB (Red+Green+Blue) = 253+183+251=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 183 (71.88% from 255 or 26.64% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB7FB is #024804. Grayscale: #D3D3D3. Windows color (decimal): -149509 or 16496637. OLE color: 16496637.

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

Color convert

RGB 253 183 251 -
CMYK 0 0.28 0.01 0.01
HSL 301.71º 0.95% 0.85% -
HSV(B) 301.71º 0.28% 0.99% -
XYZ 74.85 61.71 99.23 -
YUV 211.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 253 183 251 0 0.28 0.01 0.01 301.71 0.95 0.85
Hex FD B7 FB 0 1C 1 1 12E 5F 55
Octal 375 267 373 0 34 1 1 456 137 125
Binary 11111101 10110111 11111011 0 11100 1 1 100101110 1011111 1010101

Color Harmonies of #FDB7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB7FB

Black with #FDB7FB

Text Example


Text Example

White with #FDB7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB7FB; }

 p { color: rgb(253,183,251); }

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

background-color css

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

 a { background-color: rgb(253,183,251); }

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

border-color css

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

 span { border-color: rgb(253,183,251); }

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