Html Css Color HEX #FFC7F3 Classic Rose

📋 copy color: '#FFC7F3'

red 255 ◦ green 199 ◦ blue 243

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

Shades of Classic Rose #FFC7F3

Tints of Classic Rose #FFC7F3

RGB

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

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

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

R = 36.59%
G = 28.55%
B = 34.86%

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

#FFC7F3 (or 0xFFC7F3) is known color: Classic Rose. HEX triplet: FF, C7 and F3. RGB value is (255,199,243). Sum of RGB (Red+Green+Blue) = 255+199+243=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 199 (78.12% from 255 or 28.55% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7F3 is #00380C. Grayscale: #DCDCDC. Windows color (decimal): -14349 or 15976447. OLE color: 15976447.

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

Color convert

RGB 255 199 243 -
CMYK 0 0.22 0.05 0
HSL 312.86º 1% 0.89% -
HSV(B) 312.86º 0.22% 1% -
XYZ 77.84 68.58 93.93 -
YUV 220.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 255 199 243 0 0.22 0.05 0 312.86 1 0.89
Hex FF C7 F3 0 16 5 0 139 64 59
Octal 377 307 363 0 26 5 0 471 144 131
Binary 11111111 11000111 11110011 0 10110 101 0 100111001 1100100 1011001

Color Harmonies of #FFC7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC7F3

Black with #FFC7F3

Text Example


Text Example

White with #FFC7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC7F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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