Html Css Color HEX #FFC6F3 Classic Rose

📋 copy color: '#FFC6F3'

red 255 ◦ green 198 ◦ blue 243

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

Shades of Classic Rose #FFC6F3

Tints of Classic Rose #FFC6F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.91%

R = 36.64%
G = 28.45%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFC6F3 (or 0xFFC6F3) is known color: Classic Rose. HEX triplet: FF, C6 and F3. RGB value is (255,198,243). Sum of RGB (Red+Green+Blue) = 255+198+243=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 198 (77.73% from 255 or 28.45% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC6F3 is #00390C. Grayscale: #DCDCDC. Windows color (decimal): -14605 or 15976191. OLE color: 15976191.

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

Color convert

RGB 255 198 243 -
CMYK 0 0.22 0.05 0
HSL 312.63º 1% 0.89% -
HSV(B) 312.63º 0.22% 1% -
XYZ 77.61 68.12 93.85 -
YUV 220.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 255 198 243 0 0.22 0.05 0 312.63 1 0.89
Hex FF C6 F3 0 16 5 0 139 64 59
Octal 377 306 363 0 26 5 0 471 144 131
Binary 11111111 11000110 11110011 0 10110 101 0 100111001 1100100 1011001

Color Harmonies of #FFC6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6F3

Black with #FFC6F3

Text Example


Text Example

White with #FFC6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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