Html Css Color HEX #F6BDDC Classic Rose

📋 copy color: '#F6BDDC'

red 246 ◦ green 189 ◦ blue 220

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

Shades of Classic Rose #F6BDDC

Tints of Classic Rose #F6BDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.59%

R = 37.56%
G = 28.85%
B = 33.59%

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

#F6BDDC (or 0xF6BDDC) is known color: Classic Rose. HEX triplet: F6, BD and DC. RGB value is (246,189,220). Sum of RGB (Red+Green+Blue) = 246+189+220=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDDC is #094223. Grayscale: #D1D1D1. Windows color (decimal): -606756 or 14466550. OLE color: 14466550.

HSL color Cylindrical-coordinate representation of color #F6BDDC: hue angle of 327.37º 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 #F6BDDC is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 189 220 -
CMYK 0 0.23 0.11 0.04
HSL 327.37º 0.76% 0.85% -
HSV(B) 327.37º 0.23% 0.96% -
XYZ 69.12 61.16 75.87 -
YUV 209.58 133.88 153.98 -
System Red Green Blue C M Y K H S L
Decimal 246 189 220 0 0.23 0.11 0.04 327.37 0.76 0.85
Hex F6 BD DC 0 17 B 4 147 4C 55
Octal 366 275 334 0 27 13 4 507 114 125
Binary 11110110 10111101 11011100 0 10111 1011 100 101000111 1001100 1010101

Color Harmonies of #F6BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BDDC

Black with #F6BDDC

Text Example


Text Example

White with #F6BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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