Html Css Color HEX #FDBCF0 Lavender Rose

📋 copy color: '#FDBCF0'

red 253 ◦ green 188 ◦ blue 240

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

Shades of Lavender Rose #FDBCF0

Tints of Lavender Rose #FDBCF0

RGB

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

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

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

R = 37.15%
G = 27.61%
B = 35.24%

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

#FDBCF0 (or 0xFDBCF0) is known color: Lavender Rose. HEX triplet: FD, BC and F0. RGB value is (253,188,240). Sum of RGB (Red+Green+Blue) = 253+188+240=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 188 (73.83% from 255 or 27.61% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBCF0 is #02430F. Grayscale: #D5D5D5. Windows color (decimal): -148240 or 15777021. OLE color: 15777021.

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

Color convert

RGB 253 188 240 -
CMYK 0 0.26 0.05 0.01
HSL 312º 0.94% 0.86% -
HSV(B) 312º 0.26% 0.99% -
XYZ 74.22 63.14 90.71 -
YUV 213.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 253 188 240 0 0.26 0.05 0.01 312 0.94 0.86
Hex FD BC F0 0 1A 5 1 138 5E 56
Octal 375 274 360 0 32 5 1 470 136 126
Binary 11111101 10111100 11110000 0 11010 101 1 100111000 1011110 1010110

Color Harmonies of #FDBCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBCF0

Black with #FDBCF0

Text Example


Text Example

White with #FDBCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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