Html Css Color HEX #FDB8F1 Lavender Rose

📋 copy color: '#FDB8F1'

red 253 ◦ green 184 ◦ blue 241

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

Shades of Lavender Rose #FDB8F1

Tints of Lavender Rose #FDB8F1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.14%

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

R = 37.32%
G = 27.14%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FDB8F1 (or 0xFDB8F1) is known color: Lavender Rose. HEX triplet: FD, B8 and F1. RGB value is (253,184,241). Sum of RGB (Red+Green+Blue) = 253+184+241=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 184 (72.27% from 255 or 27.14% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB8F1 is #02470E. Grayscale: #D2D2D2. Windows color (decimal): -149263 or 15841533. OLE color: 15841533.

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

Color convert

RGB 253 184 241 -
CMYK 0 0.27 0.05 0.01
HSL 310.43º 0.95% 0.86% -
HSV(B) 310.43º 0.27% 0.99% -
XYZ 73.53 61.51 91.22 -
YUV 211.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 253 184 241 0 0.27 0.05 0.01 310.43 0.95 0.86
Hex FD B8 F1 0 1B 5 1 136 5F 56
Octal 375 270 361 0 33 5 1 466 137 126
Binary 11111101 10111000 11110001 0 11011 101 1 100110110 1011111 1010110

Color Harmonies of #FDB8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB8F1

Black with #FDB8F1

Text Example


Text Example

White with #FDB8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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