Html Css Color HEX #F3C1DA Classic Rose

📋 copy color: '#F3C1DA'

red 243 ◦ green 193 ◦ blue 218

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

Shades of Classic Rose #F3C1DA

Tints of Classic Rose #F3C1DA

RGB

 RED value IS 243 (95.31% from 255) = 37.16%

 GREEN value IS 193 (75.78% from 255) = 29.51%

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

R = 37.16%
G = 29.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F3C1DA (or 0xF3C1DA) is known color: Classic Rose. HEX triplet: F3, C1 and DA. RGB value is (243,193,218). Sum of RGB (Red+Green+Blue) = 243+193+218=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 193 (75.78% from 255 or 29.51% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C1DA is #0C3E25. Grayscale: #D2D2D2. Windows color (decimal): -802342 or 14336499. OLE color: 14336499.

HSL color Cylindrical-coordinate representation of color #F3C1DA: hue angle of 330º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3C1DA is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 193 218 -
CMYK 0 0.21 0.10 0.05
HSL 330º 0.68% 0.85% -
HSV(B) 330º 0.21% 0.95% -
XYZ 68.69 62.26 74.73 -
YUV 210.8 132.07 150.97 -
System Red Green Blue C M Y K H S L
Decimal 243 193 218 0 0.21 0.10 0.05 330 0.68 0.85
Hex F3 C1 DA 0 15 A 5 14A 44 55
Octal 363 301 332 0 25 12 5 512 104 125
Binary 11110011 11000001 11011010 0 10101 1010 101 101001010 1000100 1010101

Color Harmonies of #F3C1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C1DA

Black with #F3C1DA

Text Example


Text Example

White with #F3C1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C1DA; }

 p { color: rgb(243,193,218); }

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

background-color css

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

 a { background-color: rgb(243,193,218); }

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

border-color css

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

 span { border-color: rgb(243,193,218); }

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