Html Css Color HEX #FDB0FE Lavender Rose

📋 copy color: '#FDB0FE'

red 253 ◦ green 176 ◦ blue 254

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

Shades of Lavender Rose #FDB0FE

Tints of Lavender Rose #FDB0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.19%

R = 37.04%
G = 25.77%
B = 37.19%

CMYK

 C value IS 0.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDB0FE (or 0xFDB0FE) is known color: Lavender Rose. HEX triplet: FD, B0 and FE. RGB value is (253,176,254). Sum of RGB (Red+Green+Blue) = 253+176+254=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 176 (69.14% from 255 or 25.77% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDB0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB0FE is #024F01. Grayscale: #CFCFCF. Windows color (decimal): -151298 or 16691453. OLE color: 16691453.

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

Color convert

RGB 253 176 254 -
CMYK 0.00 0.31 0 0.00
HSL 299.23º 0.98% 0.84% -
HSV(B) 299.23º 0.31% 1% -
XYZ 73.92 59.09 101.28 -
YUV 207.92 154.01 160.16 -
System Red Green Blue C M Y K H S L
Decimal 253 176 254 0.00 0.31 0 0.00 299.23 0.98 0.84
Hex FD B0 FE 0 1F 0 0 12B 62 54
Octal 375 260 376 0 37 0 0 453 142 124
Binary 11111101 10110000 11111110 0 11111 0 0 100101011 1100010 1010100

Color Harmonies of #FDB0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB0FE

Black with #FDB0FE

Text Example


Text Example

White with #FDB0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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