Html Css Color HEX #F1CDDF Classic Rose

📋 copy color: '#F1CDDF'

red 241 ◦ green 205 ◦ blue 223

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

Shades of Classic Rose #F1CDDF

Tints of Classic Rose #F1CDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.33%

R = 36.02%
G = 30.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1CDDF (or 0xF1CDDF) is known color: Classic Rose. HEX triplet: F1, CD and DF. RGB value is (241,205,223). Sum of RGB (Red+Green+Blue) = 241+205+223=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDDF is #0E3220. Grayscale: #D9D9D9. Windows color (decimal): -930337 or 14667249. OLE color: 14667249.

HSL color Cylindrical-coordinate representation of color #F1CDDF: hue angle of 330º 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 #F1CDDF is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 205 223 -
CMYK 0 0.15 0.07 0.05
HSL 330º 0.56% 0.87% -
HSV(B) 330º 0.15% 0.95% -
XYZ 71.43 67.69 79.11 -
YUV 217.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 241 205 223 0 0.15 0.07 0.05 330 0.56 0.87
Hex F1 CD DF 0 F 7 5 14A 38 57
Octal 361 315 337 0 17 7 5 512 70 127
Binary 11110001 11001101 11011111 0 1111 111 101 101001010 111000 1010111

Color Harmonies of #F1CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CDDF

Black with #F1CDDF

Text Example


Text Example

White with #F1CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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