Html Css Color HEX #F6BDDA Classic Rose

📋 copy color: '#F6BDDA'

red 246 ◦ green 189 ◦ blue 218

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

Shades of Classic Rose #F6BDDA

Tints of Classic Rose #F6BDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.94%

 BLUE value IS 218 (85.55% from 255) = 33.38%

R = 37.67%
G = 28.94%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6BDDA (or 0xF6BDDA) is known color: Classic Rose. HEX triplet: F6, BD and DA. RGB value is (246,189,218). Sum of RGB (Red+Green+Blue) = 246+189+218=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDDA is #094225. Grayscale: #D1D1D1. Windows color (decimal): -606758 or 14335478. OLE color: 14335478.

HSL color Cylindrical-coordinate representation of color #F6BDDA: hue angle of 329.47º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6BDDA is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 189 218 -
CMYK 0 0.23 0.11 0.04
HSL 329.47º 0.76% 0.85% -
HSV(B) 329.47º 0.23% 0.96% -
XYZ 68.86 61.05 74.48 -
YUV 209.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 246 189 218 0 0.23 0.11 0.04 329.47 0.76 0.85
Hex F6 BD DA 0 17 B 4 149 4C 55
Octal 366 275 332 0 27 13 4 511 114 125
Binary 11110110 10111101 11011010 0 10111 1011 100 101001001 1001100 1010101

Color Harmonies of #F6BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BDDA

Black with #F6BDDA

Text Example


Text Example

White with #F6BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BDDA; }

 p { color: rgb(246,189,218); }

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

background-color css

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

 a { background-color: rgb(246,189,218); }

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

border-color css

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

 span { border-color: rgb(246,189,218); }

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