Html Css Color HEX #FFC6DA Classic Rose

📋 copy color: '#FFC6DA'

red 255 ◦ green 198 ◦ blue 218

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

Shades of Classic Rose #FFC6DA

Tints of Classic Rose #FFC6DA

RGB

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

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

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

R = 38%
G = 29.51%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFC6DA (or 0xFFC6DA) is known color: Classic Rose. HEX triplet: FF, C6 and DA. RGB value is (255,198,218). Sum of RGB (Red+Green+Blue) = 255+198+218=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 198 (77.73% from 255 or 29.51% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6DA is #003925. Grayscale: #D9D9D9. Windows color (decimal): -14630 or 14337791. OLE color: 14337791.

HSL color Cylindrical-coordinate representation of color #FFC6DA: hue angle of 338.95º 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 #FFC6DA is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 198 218 -
CMYK 0 0.22 0.15 0
HSL 338.95º 1% 0.89% -
HSV(B) 338.95º 0.22% 1% -
XYZ 74.09 66.71 75.3 -
YUV 217.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 255 198 218 0 0.22 0.15 0 338.95 1 0.89
Hex FF C6 DA 0 16 F 0 153 64 59
Octal 377 306 332 0 26 17 0 523 144 131
Binary 11111111 11000110 11011010 0 10110 1111 0 101010011 1100100 1011001

Color Harmonies of #FFC6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6DA

Black with #FFC6DA

Text Example


Text Example

White with #FFC6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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