Html Css Color HEX #FDBFF0 Lavender Rose

📋 copy color: '#FDBFF0'

red 253 ◦ green 191 ◦ blue 240

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

Shades of Lavender Rose #FDBFF0

Tints of Lavender Rose #FDBFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.09%

R = 36.99%
G = 27.92%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FDBFF0 (or 0xFDBFF0) is known color: Lavender Rose. HEX triplet: FD, BF and F0. RGB value is (253,191,240). Sum of RGB (Red+Green+Blue) = 253+191+240=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 191 (75% from 255 or 27.92% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFF0 is #02400F. Grayscale: #D6D6D6. Windows color (decimal): -147472 or 15777789. OLE color: 15777789.

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

Color convert

RGB 253 191 240 -
CMYK 0 0.25 0.05 0.01
HSL 312.58º 0.94% 0.87% -
HSV(B) 312.58º 0.25% 0.99% -
XYZ 74.87 64.44 90.93 -
YUV 215.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 253 191 240 0 0.25 0.05 0.01 312.58 0.94 0.87
Hex FD BF F0 0 19 5 1 139 5E 57
Octal 375 277 360 0 31 5 1 471 136 127
Binary 11111101 10111111 11110000 0 11001 101 1 100111001 1011110 1010111

Color Harmonies of #FDBFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFF0

Black with #FDBFF0

Text Example


Text Example

White with #FDBFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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