Html Css Color HEX #F0CADA Classic Rose

📋 copy color: '#F0CADA'

red 240 ◦ green 202 ◦ blue 218

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

Shades of Classic Rose #F0CADA

Tints of Classic Rose #F0CADA

RGB

 RED value IS 240 (94.14% from 255) = 36.36%

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

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

R = 36.36%
G = 30.61%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0CADA (or 0xF0CADA) is known color: Classic Rose. HEX triplet: F0, CA and DA. RGB value is (240,202,218). Sum of RGB (Red+Green+Blue) = 240+202+218=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CADA is #0F3525. Grayscale: #D7D7D7. Windows color (decimal): -996646 or 14338800. OLE color: 14338800.

HSL color Cylindrical-coordinate representation of color #F0CADA: hue angle of 334.74º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0CADA is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 202 218 -
CMYK 0 0.16 0.09 0.06
HSL 334.74º 0.56% 0.87% -
HSV(B) 334.74º 0.16% 0.94% -
XYZ 69.71 65.83 75.36 -
YUV 215.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 240 202 218 0 0.16 0.09 0.06 334.74 0.56 0.87
Hex F0 CA DA 0 10 9 6 14F 38 57
Octal 360 312 332 0 20 11 6 517 70 127
Binary 11110000 11001010 11011010 0 10000 1001 110 101001111 111000 1010111

Color Harmonies of #F0CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CADA

Black with #F0CADA

Text Example


Text Example

White with #F0CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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