Html Css Color HEX #F1CDDA Classic Rose

📋 copy color: '#F1CDDA'

red 241 ◦ green 205 ◦ blue 218

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

Shades of Classic Rose #F1CDDA

Tints of Classic Rose #F1CDDA

RGB

 RED value IS 241 (94.53% from 255) = 36.3%

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

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

R = 36.3%
G = 30.87%
B = 32.83%

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

#F1CDDA (or 0xF1CDDA) is known color: Classic Rose. HEX triplet: F1, CD and DA. RGB value is (241,205,218). Sum of RGB (Red+Green+Blue) = 241+205+218=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDDA is #0E3225. Grayscale: #D9D9D9. Windows color (decimal): -930342 or 14339569. OLE color: 14339569.

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

Color convert

RGB 241 205 218 -
CMYK 0 0.15 0.10 0.05
HSL 338.33º 0.56% 0.87% -
HSV(B) 338.33º 0.15% 0.95% -
XYZ 70.76 67.43 75.61 -
YUV 217.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 241 205 218 0 0.15 0.10 0.05 338.33 0.56 0.87
Hex F1 CD DA 0 F A 5 152 38 57
Octal 361 315 332 0 17 12 5 522 70 127
Binary 11110001 11001101 11011010 0 1111 1010 101 101010010 111000 1010111

Color Harmonies of #F1CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CDDA

Black with #F1CDDA

Text Example


Text Example

White with #F1CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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