Html Css Color HEX #F2CDDA Classic Rose

📋 copy color: '#F2CDDA'

red 242 ◦ green 205 ◦ blue 218

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

Shades of Classic Rose #F2CDDA

Tints of Classic Rose #F2CDDA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.83%

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

R = 36.39%
G = 30.83%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2CDDA (or 0xF2CDDA) is known color: Classic Rose. HEX triplet: F2, CD and DA. RGB value is (242,205,218). Sum of RGB (Red+Green+Blue) = 242+205+218=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDDA is #0D3225. Grayscale: #D9D9D9. Windows color (decimal): -864806 or 14339570. OLE color: 14339570.

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

Color convert

RGB 242 205 218 -
CMYK 0 0.15 0.10 0.05
HSL 338.92º 0.59% 0.88% -
HSV(B) 338.92º 0.15% 0.95% -
XYZ 71.1 67.6 75.63 -
YUV 217.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 242 205 218 0 0.15 0.10 0.05 338.92 0.59 0.88
Hex F2 CD DA 0 F A 5 153 3B 58
Octal 362 315 332 0 17 12 5 523 73 130
Binary 11110010 11001101 11011010 0 1111 1010 101 101010011 111011 1011000

Color Harmonies of #F2CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CDDA

Black with #F2CDDA

Text Example


Text Example

White with #F2CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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