Html Css Color HEX #FFC7E1 Classic Rose

📋 copy color: '#FFC7E1'

red 255 ◦ green 199 ◦ blue 225

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

Shades of Classic Rose #FFC7E1

Tints of Classic Rose #FFC7E1

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.31%

 BLUE value IS 225 (88.28% from 255) = 33.14%

R = 37.56%
G = 29.31%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFC7E1 (or 0xFFC7E1) is known color: Classic Rose. HEX triplet: FF, C7 and E1. RGB value is (255,199,225). Sum of RGB (Red+Green+Blue) = 255+199+225=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 199 (78.12% from 255 or 29.31% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7E1 is #00381E. Grayscale: #DADADA. Windows color (decimal): -14367 or 14796799. OLE color: 14796799.

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

Color convert

RGB 255 199 225 -
CMYK 0 0.22 0.12 0
HSL 332.14º 1% 0.89% -
HSV(B) 332.14º 0.22% 1% -
XYZ 75.25 67.54 80.3 -
YUV 218.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 255 199 225 0 0.22 0.12 0 332.14 1 0.89
Hex FF C7 E1 0 16 C 0 14C 64 59
Octal 377 307 341 0 26 14 0 514 144 131
Binary 11111111 11000111 11100001 0 10110 1100 0 101001100 1100100 1011001

Color Harmonies of #FFC7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC7E1

Black with #FFC7E1

Text Example


Text Example

White with #FFC7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC7E1; }

 p { color: rgb(255,199,225); }

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

background-color css

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

 a { background-color: rgb(255,199,225); }

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

border-color css

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

 span { border-color: rgb(255,199,225); }

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