Html Css Color HEX #FFC3E6 Classic Rose

📋 copy color: '#FFC3E6'

red 255 ◦ green 195 ◦ blue 230

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

Shades of Classic Rose #FFC3E6

Tints of Classic Rose #FFC3E6

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.68%

 BLUE value IS 230 (90.23% from 255) = 33.82%

R = 37.5%
G = 28.68%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFC3E6 (or 0xFFC3E6) is known color: Classic Rose. HEX triplet: FF, C3 and E6. RGB value is (255,195,230). Sum of RGB (Red+Green+Blue) = 255+195+230=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 195 (76.56% from 255 or 28.68% from 680); Blue value is 230 (90.23% from 255 or 33.82% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC3E6 is #003C19. Grayscale: #D8D8D8. Windows color (decimal): -15386 or 15123455. OLE color: 15123455.

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

Color convert

RGB 255 195 230 -
CMYK 0 0.24 0.10 0
HSL 325º 1% 0.88% -
HSV(B) 325º 0.24% 1% -
XYZ 75.04 66 83.65 -
YUV 216.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 255 195 230 0 0.24 0.10 0 325 1 0.88
Hex FF C3 E6 0 18 A 0 145 64 58
Octal 377 303 346 0 30 12 0 505 144 130
Binary 11111111 11000011 11100110 0 11000 1010 0 101000101 1100100 1011000

Color Harmonies of #FFC3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC3E6

Black with #FFC3E6

Text Example


Text Example

White with #FFC3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC3E6; }

 p { color: rgb(255,195,230); }

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

background-color css

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

 a { background-color: rgb(255,195,230); }

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

border-color css

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

 span { border-color: rgb(255,195,230); }

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