Html Css Color HEX #FFC6DD Classic Rose

📋 copy color: '#FFC6DD'

red 255 ◦ green 198 ◦ blue 221

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

Shades of Classic Rose #FFC6DD

Tints of Classic Rose #FFC6DD

RGB

 RED value IS 255 (100% from 255) = 37.83%

 GREEN value IS 198 (77.73% from 255) = 29.38%

 BLUE value IS 221 (86.72% from 255) = 32.79%

R = 37.83%
G = 29.38%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFC6DD (or 0xFFC6DD) is known color: Classic Rose. HEX triplet: FF, C6 and DD. RGB value is (255,198,221). Sum of RGB (Red+Green+Blue) = 255+198+221=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 198 (77.73% from 255 or 29.38% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6DD is #003922. Grayscale: #D9D9D9. Windows color (decimal): -14627 or 14534399. OLE color: 14534399.

HSL color Cylindrical-coordinate representation of color #FFC6DD: hue angle of 335.79º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC6DD is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 255 198 221 -
CMYK 0 0.22 0.13 0
HSL 335.79º 1% 0.89% -
HSV(B) 335.79º 0.22% 1% -
XYZ 74.49 66.87 77.39 -
YUV 217.67 129.88 154.63 -
System Red Green Blue C M Y K H S L
Decimal 255 198 221 0 0.22 0.13 0 335.79 1 0.89
Hex FF C6 DD 0 16 D 0 150 64 59
Octal 377 306 335 0 26 15 0 520 144 131
Binary 11111111 11000110 11011101 0 10110 1101 0 101010000 1100100 1011001

Color Harmonies of #FFC6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6DD

Black with #FFC6DD

Text Example


Text Example

White with #FFC6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6DD; }

 p { color: rgb(255,198,221); }

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

background-color css

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

 a { background-color: rgb(255,198,221); }

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

border-color css

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

 span { border-color: rgb(255,198,221); }

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