Html Css Color HEX #FDBCF7 Lavender Rose

📋 copy color: '#FDBCF7'

red 253 ◦ green 188 ◦ blue 247

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

Shades of Lavender Rose #FDBCF7

Tints of Lavender Rose #FDBCF7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.33%

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

R = 36.77%
G = 27.33%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDBCF7 (or 0xFDBCF7) is known color: Lavender Rose. HEX triplet: FD, BC and F7. RGB value is (253,188,247). Sum of RGB (Red+Green+Blue) = 253+188+247=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 188 (73.83% from 255 or 27.33% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBCF7 is #024308. Grayscale: #D5D5D5. Windows color (decimal): -148233 or 16235773. OLE color: 16235773.

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

Color convert

RGB 253 188 247 -
CMYK 0 0.26 0.02 0.01
HSL 305.54º 0.94% 0.86% -
HSV(B) 305.54º 0.26% 0.99% -
XYZ 75.28 63.56 96.3 -
YUV 214.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 253 188 247 0 0.26 0.02 0.01 305.54 0.94 0.86
Hex FD BC F7 0 1A 2 1 132 5E 56
Octal 375 274 367 0 32 2 1 462 136 126
Binary 11111101 10111100 11110111 0 11010 10 1 100110010 1011110 1010110

Color Harmonies of #FDBCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBCF7

Black with #FDBCF7

Text Example


Text Example

White with #FDBCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBCF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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