Html Css Color HEX #FDBAF2 Lavender Rose

📋 copy color: '#FDBAF2'

red 253 ◦ green 186 ◦ blue 242

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

Shades of Lavender Rose #FDBAF2

Tints of Lavender Rose #FDBAF2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.31%

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

R = 37.15%
G = 27.31%
B = 35.54%

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

#FDBAF2 (or 0xFDBAF2) is known color: Lavender Rose. HEX triplet: FD, BA and F2. RGB value is (253,186,242). Sum of RGB (Red+Green+Blue) = 253+186+242=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 186 (73.05% from 255 or 27.31% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAF2 is #02450D. Grayscale: #D4D4D4. Windows color (decimal): -148750 or 15907581. OLE color: 15907581.

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

Color convert

RGB 253 186 242 -
CMYK 0 0.26 0.04 0.01
HSL 309.85º 0.94% 0.86% -
HSV(B) 309.85º 0.26% 0.99% -
XYZ 74.09 62.41 92.15 -
YUV 212.42 144.7 156.95 -
System Red Green Blue C M Y K H S L
Decimal 253 186 242 0 0.26 0.04 0.01 309.85 0.94 0.86
Hex FD BA F2 0 1A 4 1 136 5E 56
Octal 375 272 362 0 32 4 1 466 136 126
Binary 11111101 10111010 11110010 0 11010 100 1 100110110 1011110 1010110

Color Harmonies of #FDBAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAF2

Black with #FDBAF2

Text Example


Text Example

White with #FDBAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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