Html Css Color HEX #FDBFF2 Lavender Rose

📋 copy color: '#FDBFF2'

red 253 ◦ green 191 ◦ blue 242

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

Shades of Lavender Rose #FDBFF2

Tints of Lavender Rose #FDBFF2

RGB

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

 GREEN value IS 191 (75% from 255) = 27.84%

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

R = 36.88%
G = 27.84%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDBFF2 (or 0xFDBFF2) is known color: Lavender Rose. HEX triplet: FD, BF and F2. RGB value is (253,191,242). Sum of RGB (Red+Green+Blue) = 253+191+242=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 191 (75% from 255 or 27.84% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFF2 is #02400D. Grayscale: #D7D7D7. Windows color (decimal): -147470 or 15908861. OLE color: 15908861.

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

Color convert

RGB 253 191 242 -
CMYK 0 0.25 0.04 0.01
HSL 310.65º 0.94% 0.87% -
HSV(B) 310.65º 0.25% 0.99% -
XYZ 75.17 64.56 92.5 -
YUV 215.35 143.04 154.85 -
System Red Green Blue C M Y K H S L
Decimal 253 191 242 0 0.25 0.04 0.01 310.65 0.94 0.87
Hex FD BF F2 0 19 4 1 137 5E 57
Octal 375 277 362 0 31 4 1 467 136 127
Binary 11111101 10111111 11110010 0 11001 100 1 100110111 1011110 1010111

Color Harmonies of #FDBFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFF2

Black with #FDBFF2

Text Example


Text Example

White with #FDBFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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