Html Css Color HEX #F7CADA Classic Rose

📋 copy color: '#F7CADA'

red 247 ◦ green 202 ◦ blue 218

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

Shades of Classic Rose #F7CADA

Tints of Classic Rose #F7CADA

RGB

 RED value IS 247 (96.88% from 255) = 37.03%

 GREEN value IS 202 (79.3% from 255) = 30.28%

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

R = 37.03%
G = 30.28%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F7CADA (or 0xF7CADA) is known color: Classic Rose. HEX triplet: F7, CA and DA. RGB value is (247,202,218). Sum of RGB (Red+Green+Blue) = 247+202+218=667 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.03% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CADA is #083525. Grayscale: #D9D9D9. Windows color (decimal): -537894 or 14338807. OLE color: 14338807.

HSL color Cylindrical-coordinate representation of color #F7CADA: hue angle of 338.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7CADA is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 202 218 -
CMYK 0 0.18 0.12 0.03
HSL 338.67º 0.74% 0.88% -
HSV(B) 338.67º 0.18% 0.97% -
XYZ 72.13 67.08 75.48 -
YUV 217.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 247 202 218 0 0.18 0.12 0.03 338.67 0.74 0.88
Hex F7 CA DA 0 12 C 3 153 4A 58
Octal 367 312 332 0 22 14 3 523 112 130
Binary 11110111 11001010 11011010 0 10010 1100 11 101010011 1001010 1011000

Color Harmonies of #F7CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CADA

Black with #F7CADA

Text Example


Text Example

White with #F7CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CADA; }

 p { color: rgb(247,202,218); }

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

background-color css

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

 a { background-color: rgb(247,202,218); }

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

border-color css

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

 span { border-color: rgb(247,202,218); }

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