Html Css Color HEX #FDB2E6 Lavender Rose

📋 copy color: '#FDB2E6'

red 253 ◦ green 178 ◦ blue 230

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

Shades of Lavender Rose #FDB2E6

Tints of Lavender Rose #FDB2E6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.93%

 BLUE value IS 230 (90.23% from 255) = 34.8%

R = 38.28%
G = 26.93%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDB2E6 (or 0xFDB2E6) is known color: Lavender Rose. HEX triplet: FD, B2 and E6. RGB value is (253,178,230). Sum of RGB (Red+Green+Blue) = 253+178+230=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 178 (69.92% from 255 or 26.93% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB2E6 is #024D19. Grayscale: #CECECE. Windows color (decimal): -150810 or 15119101. OLE color: 15119101.

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

Color convert

RGB 253 178 230 -
CMYK 0 0.30 0.09 0.01
HSL 318.4º 0.95% 0.85% -
HSV(B) 318.4º 0.3% 0.99% -
XYZ 70.71 58.44 82.42 -
YUV 206.35 141.35 161.27 -
System Red Green Blue C M Y K H S L
Decimal 253 178 230 0 0.30 0.09 0.01 318.4 0.95 0.85
Hex FD B2 E6 0 1E 9 1 13E 5F 55
Octal 375 262 346 0 36 11 1 476 137 125
Binary 11111101 10110010 11100110 0 11110 1001 1 100111110 1011111 1010101

Color Harmonies of #FDB2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB2E6

Black with #FDB2E6

Text Example


Text Example

White with #FDB2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB2E6; }

 p { color: rgb(253,178,230); }

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

background-color css

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

 a { background-color: rgb(253,178,230); }

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

border-color css

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

 span { border-color: rgb(253,178,230); }

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