Html Css Color HEX #FDB3F2 Lavender Rose

📋 copy color: '#FDB3F2'

red 253 ◦ green 179 ◦ blue 242

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

Shades of Lavender Rose #FDB3F2

Tints of Lavender Rose #FDB3F2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.56%

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

R = 37.54%
G = 26.56%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDB3F2 (or 0xFDB3F2) is known color: Lavender Rose. HEX triplet: FD, B3 and F2. RGB value is (253,179,242). Sum of RGB (Red+Green+Blue) = 253+179+242=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 179 (70.31% from 255 or 26.56% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB3F2 is #024C0D. Grayscale: #D0D0D0. Windows color (decimal): -150542 or 15905789. OLE color: 15905789.

HSL color Cylindrical-coordinate representation of color #FDB3F2: hue angle of 308.92º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB3F2 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 179 242 -
CMYK 0 0.29 0.04 0.01
HSL 308.92º 0.95% 0.85% -
HSV(B) 308.92º 0.29% 0.99% -
XYZ 72.66 59.53 91.67 -
YUV 208.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 253 179 242 0 0.29 0.04 0.01 308.92 0.95 0.85
Hex FD B3 F2 0 1D 4 1 135 5F 55
Octal 375 263 362 0 35 4 1 465 137 125
Binary 11111101 10110011 11110010 0 11101 100 1 100110101 1011111 1010101

Color Harmonies of #FDB3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB3F2

Black with #FDB3F2

Text Example


Text Example

White with #FDB3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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