Html Css Color HEX #F2B4DF Lavender Rose

📋 copy color: '#F2B4DF'

red 242 ◦ green 180 ◦ blue 223

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

Shades of Lavender Rose #F2B4DF

Tints of Lavender Rose #F2B4DF

RGB

 RED value IS 242 (94.92% from 255) = 37.52%

 GREEN value IS 180 (70.7% from 255) = 27.91%

 BLUE value IS 223 (87.5% from 255) = 34.57%

R = 37.52%
G = 27.91%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2B4DF (or 0xF2B4DF) is known color: Lavender Rose. HEX triplet: F2, B4 and DF. RGB value is (242,180,223). Sum of RGB (Red+Green+Blue) = 242+180+223=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 180 (70.70% from 255 or 27.91% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B4DF is #0D4B20. Grayscale: #CBCBCB. Windows color (decimal): -871201 or 14660850. OLE color: 14660850.

HSL color Cylindrical-coordinate representation of color #F2B4DF: hue angle of 318.39º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2B4DF is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 180 223 -
CMYK 0 0.26 0.08 0.05
HSL 318.39º 0.7% 0.83% -
HSV(B) 318.39º 0.26% 0.95% -
XYZ 66.26 56.85 77.29 -
YUV 203.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 242 180 223 0 0.26 0.08 0.05 318.39 0.7 0.83
Hex F2 B4 DF 0 1A 8 5 13E 46 53
Octal 362 264 337 0 32 10 5 476 106 123
Binary 11110010 10110100 11011111 0 11010 1000 101 100111110 1000110 1010011

Color Harmonies of #F2B4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B4DF

Black with #F2B4DF

Text Example


Text Example

White with #F2B4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B4DF; }

 p { color: rgb(242,180,223); }

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

background-color css

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

 a { background-color: rgb(242,180,223); }

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

border-color css

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

 span { border-color: rgb(242,180,223); }

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