Html Css Color HEX #FDBFF7 Lavender Rose

📋 copy color: '#FDBFF7'

red 253 ◦ green 191 ◦ blue 247

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

Shades of Lavender Rose #FDBFF7

Tints of Lavender Rose #FDBFF7

RGB

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

 GREEN value IS 191 (75% from 255) = 27.64%

 BLUE value IS 247 (96.88% from 255) = 35.75%

R = 36.61%
G = 27.64%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDBFF7 (or 0xFDBFF7) is known color: Lavender Rose. HEX triplet: FD, BF and F7. RGB value is (253,191,247). Sum of RGB (Red+Green+Blue) = 253+191+247=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 191 (75% from 255 or 27.64% from 691); Blue value is 247 (96.88% from 255 or 35.75% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFF7 is #024008. Grayscale: #D7D7D7. Windows color (decimal): -147465 or 16236541. OLE color: 16236541.

HSL color Cylindrical-coordinate representation of color #FDBFF7: hue angle of 305.81º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBFF7 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 191 247 -
CMYK 0 0.25 0.02 0.01
HSL 305.81º 0.94% 0.87% -
HSV(B) 305.81º 0.25% 0.99% -
XYZ 75.93 64.86 96.51 -
YUV 215.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 253 191 247 0 0.25 0.02 0.01 305.81 0.94 0.87
Hex FD BF F7 0 19 2 1 132 5E 57
Octal 375 277 367 0 31 2 1 462 136 127
Binary 11111101 10111111 11110111 0 11001 10 1 100110010 1011110 1010111

Color Harmonies of #FDBFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFF7

Black with #FDBFF7

Text Example


Text Example

White with #FDBFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFF7; }

 p { color: rgb(253,191,247); }

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

background-color css

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

 a { background-color: rgb(253,191,247); }

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

border-color css

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

 span { border-color: rgb(253,191,247); }

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