Html Css Color HEX #F69DD3 Lavender Rose

📋 copy color: '#F69DD3'

red 246 ◦ green 157 ◦ blue 211

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

Shades of Lavender Rose #F69DD3

Tints of Lavender Rose #F69DD3

RGB

 RED value IS 246 (96.48% from 255) = 40.07%

 GREEN value IS 157 (61.72% from 255) = 25.57%

 BLUE value IS 211 (82.81% from 255) = 34.36%

R = 40.07%
G = 25.57%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F69DD3 (or 0xF69DD3) is known color: Lavender Rose. HEX triplet: F6, 9D and D3. RGB value is (246,157,211). Sum of RGB (Red+Green+Blue) = 246+157+211=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 157 (61.72% from 255 or 25.57% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F69DD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69DD3 is #09622C. Grayscale: #BDBDBD. Windows color (decimal): -614957 or 13868534. OLE color: 13868534.

HSL color Cylindrical-coordinate representation of color #F69DD3: hue angle of 323.6º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F69DD3 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 157 211 -
CMYK 0 0.36 0.14 0.04
HSL 323.6º 0.83% 0.79% -
HSV(B) 323.6º 0.36% 0.96% -
XYZ 61.82 48.41 67.71 -
YUV 189.77 139.99 168.11 -
System Red Green Blue C M Y K H S L
Decimal 246 157 211 0 0.36 0.14 0.04 323.6 0.83 0.79
Hex F6 9D D3 0 24 E 4 144 53 4F
Octal 366 235 323 0 44 16 4 504 123 117
Binary 11110110 10011101 11010011 0 100100 1110 100 101000100 1010011 1001111

Color Harmonies of #F69DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69DD3

Black with #F69DD3

Text Example


Text Example

White with #F69DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69DD3; }

 p { color: rgb(246,157,211); }

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

background-color css

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

 a { background-color: rgb(246,157,211); }

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

border-color css

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

 span { border-color: rgb(246,157,211); }

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