Html Css Color HEX #F2CADA Classic Rose

📋 copy color: '#F2CADA'

red 242 ◦ green 202 ◦ blue 218

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

Shades of Classic Rose #F2CADA

Tints of Classic Rose #F2CADA

RGB

 RED value IS 242 (94.92% from 255) = 36.56%

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

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

R = 36.56%
G = 30.51%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2CADA (or 0xF2CADA) is known color: Classic Rose. HEX triplet: F2, CA and DA. RGB value is (242,202,218). Sum of RGB (Red+Green+Blue) = 242+202+218=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CADA is #0D3525. Grayscale: #D7D7D7. Windows color (decimal): -865574 or 14338802. OLE color: 14338802.

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

Color convert

RGB 242 202 218 -
CMYK 0 0.17 0.10 0.05
HSL 336º 0.61% 0.87% -
HSV(B) 336º 0.17% 0.95% -
XYZ 70.39 66.18 75.39 -
YUV 215.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 242 202 218 0 0.17 0.10 0.05 336 0.61 0.87
Hex F2 CA DA 0 11 A 5 150 3D 57
Octal 362 312 332 0 21 12 5 520 75 127
Binary 11110010 11001010 11011010 0 10001 1010 101 101010000 111101 1010111

Color Harmonies of #F2CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CADA

Black with #F2CADA

Text Example


Text Example

White with #F2CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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