Html Css Color HEX #FDBCF2 Lavender Rose

📋 copy color: '#FDBCF2'

red 253 ◦ green 188 ◦ blue 242

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

Shades of Lavender Rose #FDBCF2

Tints of Lavender Rose #FDBCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.43%

R = 37.04%
G = 27.53%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDBCF2 (or 0xFDBCF2) is known color: Lavender Rose. HEX triplet: FD, BC and F2. RGB value is (253,188,242). Sum of RGB (Red+Green+Blue) = 253+188+242=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 188 (73.83% from 255 or 27.53% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBCF2 is #02430D. Grayscale: #D5D5D5. Windows color (decimal): -148238 or 15908093. OLE color: 15908093.

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

Color convert

RGB 253 188 242 -
CMYK 0 0.26 0.04 0.01
HSL 310.15º 0.94% 0.86% -
HSV(B) 310.15º 0.26% 0.99% -
XYZ 74.52 63.26 92.29 -
YUV 213.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 253 188 242 0 0.26 0.04 0.01 310.15 0.94 0.86
Hex FD BC F2 0 1A 4 1 136 5E 56
Octal 375 274 362 0 32 4 1 466 136 126
Binary 11111101 10111100 11110010 0 11010 100 1 100110110 1011110 1010110

Color Harmonies of #FDBCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBCF2

Black with #FDBCF2

Text Example


Text Example

White with #FDBCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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