Html Css Color HEX #FDBCF1 Lavender Rose

📋 copy color: '#FDBCF1'

red 253 ◦ green 188 ◦ blue 241

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

Shades of Lavender Rose #FDBCF1

Tints of Lavender Rose #FDBCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.34%

R = 37.1%
G = 27.57%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FDBCF1 (or 0xFDBCF1) is known color: Lavender Rose. HEX triplet: FD, BC and F1. RGB value is (253,188,241). Sum of RGB (Red+Green+Blue) = 253+188+241=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 188 (73.83% from 255 or 27.57% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBCF1 is #02430E. Grayscale: #D5D5D5. Windows color (decimal): -148239 or 15842557. OLE color: 15842557.

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

Color convert

RGB 253 188 241 -
CMYK 0 0.26 0.05 0.01
HSL 311.08º 0.94% 0.86% -
HSV(B) 311.08º 0.26% 0.99% -
XYZ 74.37 63.2 91.5 -
YUV 213.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 253 188 241 0 0.26 0.05 0.01 311.08 0.94 0.86
Hex FD BC F1 0 1A 5 1 137 5E 56
Octal 375 274 361 0 32 5 1 467 136 126
Binary 11111101 10111100 11110001 0 11010 101 1 100110111 1011110 1010110

Color Harmonies of #FDBCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBCF1

Black with #FDBCF1

Text Example


Text Example

White with #FDBCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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